We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125a6db commit 723e617Copy full SHA for 723e617
webpack/loaders.js
@@ -32,7 +32,7 @@ if (DEBUG || TEST) {
32
if (!TEST) {
33
jsxLoader.push('react-hot');
34
}
35
- jsxLoader.push('babel-loader?optional[]=runtime&stage=0&plugins=rewire');
+ jsxLoader.push('babel-loader?optional[]=runtime&stage=0');
36
sassParams.push('sourceMap', 'sourceMapContents=true');
37
sassLoader = [
38
'style-loader',
@@ -46,7 +46,7 @@ if (DEBUG || TEST) {
46
'postcss-loader'
47
].join('!');
48
} else {
49
- jsxLoader = ['babel-loader?optional[]=runtime&stage=0&plugins=rewire'];
+ jsxLoader = ['babel-loader?optional[]=runtime&stage=0'];
50
sassLoader = ExtractTextPlugin.extract('style-loader', [
51
'css-loader?modules&localIdentName=[hash:base64:5]',
52
'postcss-loader',
0 commit comments