2.6.19 • Published 7 years ago
js-cntrl-loader v2.6.19
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
7 years ago
2.6.18
7 years ago
2.6.17
7 years ago
2.5.17
7 years ago
2.5.16
7 years ago
2.5.15
7 years ago
1.4.15
7 years ago
1.4.14
7 years ago
1.3.14
7 years ago
1.2.14
7 years ago
1.2.13
7 years ago
1.2.12
7 years ago
1.2.11
7 years ago
1.2.10
7 years ago
1.2.9
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago