Skip to content

Commit 57cf3ef

Browse files
committed
fix json imports
1 parent 9e5a67b commit 57cf3ef

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

config/webpack.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ module.exports = function (webpackEnv) {
273273
module: {
274274
strictExportPresence: true,
275275
rules: [
276-
// Disable require.ensure as it's not a standard language feature.
277-
{ parser: { requireEnsure: false } },
278276
{
279277
// "oneOf" will traverse all following loaders until one will
280278
// match the requirements. When no loader matches it will fall

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
]
4444
}
4545
},
46-
"scripts": {
47-
"preinstall": "npx [email protected] yarn"
48-
},
4946
"dependencies": {
5047
"@babel/core": "7.16.0",
5148
"@pmmmwh/react-refresh-webpack-plugin": "0.5.1",

0 commit comments

Comments
 (0)