This package has been deprecated

Author message:

Moving loader to react-trim package

js-cntrl-loader

2.6.19 • Public • Published

NOTE

For the most up-to-date loader go to react-trim.

Installation

npm i react-trim -S

webpack.config.dev.js

{
  test: /\.jsc$/,
  include: paths.appSrc,
  use: [
    {
      "babel-loader",
      options: {
          // This is a feature of `babel-loader` for webpack (not Babel itself).
          // It enables caching results in ./node_modules/.cache/babel-loader/
          // directory for faster rebuilds.
          cacheDirectory: true
      }
    },
    "react-trim/loader/controller"
  ]
}

webpack.config.prod.js

{
  test: /\.jsc$/,
  include: paths.appSrc,
  use: [
    {
        loader: 'babel-loader',
        options: {
            compact: true,
        },
    },
    'react-trim/loader/controller'
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i js-cntrl-loader

Weekly Downloads

2

Version

2.6.19

License

ISC

Unpacked Size

6.79 kB

Total Files

3

Last publish

Collaborators

  • abubakir1997