6 changed files with 6 additions and 49 deletions
@ -1,7 +0,0 @@ |
|||
'use strict' |
|||
|
|||
if (process.env.NODE_ENV === 'production') { |
|||
module.exports = require('./dist/index.cjs') |
|||
} else { |
|||
module.exports = require('./dist/index.cjs') |
|||
} |
@ -1 +0,0 @@ |
|||
export * from './index.js' |
Loading…
Reference in new issue