module.exports = { configureWebpack: { output: { libraryExport: 'default' } }, css: { extract: false }, publicPath: './' }