diff --git a/webpack.config.js b/webpack.config.js index 6b0effb..6adc4b9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -80,6 +80,7 @@ module.exports = { options: { sassOptions: { quietDeps: true, + silenceDeprecations: ['import'], // TODO remove this when migrating to Sass modules loadPaths: [ path.join(__dirname, 'node_modules'), ]