fix useTypeScript没有改回来
This commit is contained in:
parent
89cb0c9a8a
commit
5db4283eca
|
|
@ -397,7 +397,7 @@ module.exports = function (webpackEnv) {
|
|||
),
|
||||
}),
|
||||
// TypeScript type checking
|
||||
false &&
|
||||
useTypeScript &&
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
async: isEnvDevelopment,
|
||||
typescript: {
|
||||
|
|
|
|||
|
|
@ -818,7 +818,7 @@ module.exports = function (webpackEnv) {
|
|||
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024,
|
||||
}),
|
||||
// TypeScript type checking
|
||||
false &&
|
||||
useTypeScript &&
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
async: isEnvDevelopment,
|
||||
typescript: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue