fix node 20
This commit is contained in:
parent
9a5511f083
commit
fe8ad91514
File diff suppressed because it is too large
Load Diff
|
@ -82,7 +82,7 @@
|
|||
"html-loader-jest": "^0.2.1",
|
||||
"html-webpack-plugin": "^5.5.1",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jasmine": "^4.5.0",
|
||||
"jasmine": "^5.0.0",
|
||||
"jasmine-reporters": "^2.4.0",
|
||||
"jasmine-spec-reporter": "^7.0.0",
|
||||
"jest": "^26.0.1",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"merge-stream": "^1.0.1",
|
||||
"minimist": "^1.2.5",
|
||||
"mysql2": "^1.7.0",
|
||||
"node-sass": "^7.0.0",
|
||||
"node-sass": "^9.0.0",
|
||||
"nodemon": "^2.0.16",
|
||||
"plugin-error": "^1.0.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
|
|
|
@ -62,7 +62,7 @@ let baseConfig = {
|
|||
}, {
|
||||
test: /manifest\.json$/,
|
||||
type: 'javascript/auto',
|
||||
loader: 'url-loader',
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
esModule: false,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue