get rid of local style names transformer

This commit is contained in:
xibyte 2018-01-06 16:26:04 -08:00
parent 72104c5413
commit 5ae4aba735
2 changed files with 1 additions and 7 deletions

View file

@ -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",

View file

@ -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: [