Skip to content

Commit

Permalink
modify edition which prod env used
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Aug 4, 2021
1 parent f74fc48 commit 0a70847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
@@ -1,5 +1,5 @@
if (process.env.NODE_ENV === 'production') {
module.exports = require('./san.min.js');
module.exports = require('./san.js');
} else {
module.exports = require('./san.dev.js');
}
}

0 comments on commit 0a70847

Please sign in to comment.