works!???

This commit is contained in:
Arjun Patel
2022-01-28 18:01:21 -08:00
parent d753703ee5
commit e0f935dcd6
20 changed files with 6705 additions and 16 deletions
+8 -3
View File
@@ -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 });
+2
View File
@@ -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",