emit-loader

1.0.0 • Public • Published

emit-loader

Loader that emits raw entry files, without webpack wrapper

This loader is made for few very specific cases, so you probably don't need it.

Install

npm i emit-loader
# or
yarn add emit-loader

Usage

Add it to your use chain as the last loader.

// webpack.config.js

module.exports = {
  // ...
  modules: {
    loaders: {
      {
        use: [
          'emit-loader',
          // Other loaders
        ],
      },
    },
  },
};

Readme

Keywords

none

Package Sidebar

Install

npm i emit-loader

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ark120202