Add strictExportPresence to webpack config (#8244)

feature/default_network_editable
ricky 5 years ago committed by GitHub
parent 69388d9963
commit 9c18fa3c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .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+)?$/,

Loading…
Cancel
Save