Change main file name from 0x.js.ts to 0x.ts
This commit is contained in:
@@ -7,10 +7,10 @@ const path = require('path');
|
||||
const production = process.env.NODE_ENV === 'production';
|
||||
|
||||
let entry = {
|
||||
'0x': './src/0x.js.ts',
|
||||
'0x': './src/0x.ts',
|
||||
};
|
||||
if (production) {
|
||||
entry = _.assign({}, entry, {'0x.min': './src/0x.js.ts'});
|
||||
entry = _.assign({}, entry, {'0x.min': './src/0x.ts'});
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user