rsnext/examples/with-styletron/next.config.js

8 lines
182 B
JavaScript
Raw Normal View History

module.exports = {
webpack: function (config) {
config.externals = config.externals || {}
config.externals['styletron-server'] = 'styletron-server'
return config
}
}