-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Solution 1
"start": "GENERATE_SOURCEMAP=false react-scripts start",
Solution 2
Modify .kktrc.ts
config.
import { LoaderConfOptions, WebpackConfiguration } from 'kkt';
export default (conf: WebpackConfiguration, env: 'production' | 'development', options: LoaderConfOptions) => {
conf.ignoreWarnings = [
{
module: /node_modules[\\/]parse5[\\/]/,
}
];
return conf;
};
Metadata
Metadata
Assignees
Labels
No labels