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'
      }
    ]
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    39
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    39
  • 1.1.1
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i slice-loader

Weekly Downloads

39

Version

2.0.0

License

MIT

Unpacked Size

3.34 kB

Total Files

3

Last publish

Collaborators

  • aikoven