mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
get rid of local style names transformer
This commit is contained in:
parent
72104c5413
commit
5ae4aba735
2 changed files with 1 additions and 7 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
"babel-preset-stage-2": "6.24.1",
|
"babel-preset-stage-2": "6.24.1",
|
||||||
"babel-polyfill": "6.26.0",
|
"babel-polyfill": "6.26.0",
|
||||||
"babel-preset-react": "6.24.1",
|
"babel-preset-react": "6.24.1",
|
||||||
"babel-plugin-local-styles-transformer": "git://github.com/xibyte/babel-plugin-local-styles-transformer.git#0.0.1",
|
|
||||||
|
|
||||||
"css-loader": "0.28.7",
|
"css-loader": "0.28.7",
|
||||||
"less-loader": "4.0.5",
|
"less-loader": "4.0.5",
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,7 @@ module.exports = {
|
||||||
rules: [{
|
rules: [{
|
||||||
test: /\.(js|jsx)$/,
|
test: /\.(js|jsx)$/,
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
include: [MODULES, WEB_APP, INTEGRATION_TESTS],
|
include: [MODULES, WEB_APP, INTEGRATION_TESTS]
|
||||||
options: {
|
|
||||||
plugins: [
|
|
||||||
['local-styles-transformer', {include: WEB_APP}]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
use: [
|
use: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue