2.6.19 • Published 6 years ago

js-cntrl-loader v2.6.19

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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

6 years ago

2.6.18

6 years ago

2.6.17

6 years ago

2.5.17

6 years ago

2.5.16

6 years ago

2.5.15

6 years ago

1.4.15

6 years ago

1.4.14

6 years ago

1.3.14

6 years ago

1.2.14

6 years ago

1.2.13

6 years ago

1.2.12

6 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago