update to webpack 5
This commit is contained in:
+10
-1
@@ -11,6 +11,15 @@
|
||||
"types": [ ],
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": [ "bin", "BuildScripts", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ],
|
||||
"exclude": [
|
||||
"dev-dist",
|
||||
"prod-dist",
|
||||
"bin",
|
||||
"BuildScripts",
|
||||
"node_modules",
|
||||
"webpack.common.js",
|
||||
"webpack.dev.js",
|
||||
"webpack.prod.js"
|
||||
],
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
}
|
||||
Reference in New Issue
Block a user