Jonas Katins
Results
1
comments of
Jonas Katins
This works for me: ```javascript webpack.mergeWebpack({ ignoreWarnings: [ (warning) => warning.module && warning.module.resource && /@nativescript\/theme\/(default|core)\.scss/.test( warning.module.resource ), ], }); ```