slice-loader

2.0.0 • Public • Published

Slice Loader npm version

Webpack loader for code generated by Zeroc ICE.

Usage

webpack.config.js

module.exports = {
  module: {
    preLoaders: [
      {
        // Pattern for built-in Ice modules. 
        // Add another entry for your own slices.
        test: /node_modules\/ice\/src\/.*\.js$/,
        loader: 'slice-loader'
      }
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i slice-loader

Weekly Downloads

10

Version

2.0.0

License

MIT

Unpacked Size

3.34 kB

Total Files

3

Last publish

Collaborators

  • aikoven