works!???
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
module.exports = {
|
||||
reactStrictMode: true
|
||||
}
|
||||
const withPlugins = require('next-compose-plugins');
|
||||
const withTM = require('next-transpile-modules')([
|
||||
'@nirvana/common',
|
||||
]);
|
||||
|
||||
module.exports = withPlugins([
|
||||
withTM
|
||||
], { reactStrictMode: true });
|
||||
|
||||
Reference in New Issue
Block a user