kmb-loader

0.0.1 • Public • Published

kmb-loader

Intro

kmb loader for webpack, mainly add kissy module name to webpack module compiler.

Example

module: {
  loaders: [
    {
      test: /\.js(x?)$/,
      exclude: /(node_modules|pointman)/,
      loader: 'kmb!babel?' + JSON.stringify({
        cacheDirectory: true,
        presets: ['es2015']
      })
    }
  ]
},

History

  • [0.0.1]
    • init version

Readme

Keywords

Package Sidebar

Install

npm i kmb-loader

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dickeylth