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 });
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
"mic-recorder-to-mp3": "^2.2.2",
|
||||
"moment": "^2.29.1",
|
||||
"next": "12.0.7",
|
||||
"next-compose-plugins": "^2.2.1",
|
||||
"next-transpile-modules": "^9.0.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-h5-audio-player": "^3.8.1",
|
||||
|
||||
Reference in New Issue
Block a user