We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e252ae commit 1abf2d0Copy full SHA for 1abf2d0
packages/shared/index.js
@@ -4,4 +4,5 @@ if (process.env.NODE_ENV === 'production') {
4
module.exports = require('./dist/shared.cjs.prod.js')
5
} else {
6
module.exports = require('./dist/shared.cjs.js')
7
+
8
}
0 commit comments