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 60f4796 commit 5a15fa1Copy full SHA for 5a15fa1
src/configure.js
@@ -152,7 +152,6 @@ export default function configure(options) {
152
153
webpack: {
154
devtool: 'cheap-module-eval-source-map',
155
- mode: 'development',
156
module: {
157
loaders: loaders.concat(
158
!getLoader( rule => `${rule.use},${rule.loader}`.match(/\bbabel-loader\b/) ) && babelLoader(options),
0 commit comments