mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 21:02:29 +08:00
Webpack: Fix accidental double typechecking (#18881)
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
const path = require('path');
|
||||
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
target: 'web',
|
||||
@ -93,9 +92,4 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
checkSyntacticErrors: true,
|
||||
})
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user