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 83af3e7 commit 8f3341aCopy full SHA for 8f3341a
config/webpack.config.js
@@ -1,3 +1,4 @@
1
+// prettier-ignore
2
const webpack = require('webpack');
3
const path = require('path');
4
const paths = require('./paths');
@@ -85,8 +86,9 @@ const config = {
85
86
options: (() => {
87
const altererdConfig = Object.assign({}, babelConfig);
88
89
+ // prettier-ignore
90
altererdConfig.plugins.push(
- require.resolve('babel-plugin-transform-remove-strict-mode'),
91
+ require.resolve('babel-plugin-transform-remove-strict-mode')
92
);
93
return altererdConfig;
94
})(),
0 commit comments