first
This commit is contained in:
9
craco.config.cjs
Normal file
9
craco.config.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
webpack: {
|
||||
configure: webpackConfig => {
|
||||
webpackConfig.ignoreWarnings = [{ module: /typescript/ }];
|
||||
|
||||
return webpackConfig;
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user