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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i kmb-loader

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • dickeylth