diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 7d71274db..dfe46d540 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -2,6 +2,7 @@ const path = require('path') module.exports = { module: { + strictExportPresence: true, rules: [ { test: /\.(woff(2)?|ttf|eot|otf)(\?v=\d+\.\d+\.\d+)?$/,