bluzky/nice-select2

error importing in next js.

muhyulianto opened this issue · 1 comments

next js require window

any help?

Helped me, in webpack.config.js:

module.exports = {
(...)
    externals: {
        window: 'window',
    },
};