mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +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-polyfill": "6.26.0",
|
||||
"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",
|
||||
"less-loader": "4.0.5",
|
||||
|
|
|
|||
|
|
@ -31,12 +31,7 @@ module.exports = {
|
|||
rules: [{
|
||||
test: /\.(js|jsx)$/,
|
||||
loader: 'babel-loader',
|
||||
include: [MODULES, WEB_APP, INTEGRATION_TESTS],
|
||||
options: {
|
||||
plugins: [
|
||||
['local-styles-transformer', {include: WEB_APP}]
|
||||
]
|
||||
}
|
||||
include: [MODULES, WEB_APP, INTEGRATION_TESTS]
|
||||
}, {
|
||||
test: /\.css$/,
|
||||
use: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue