Make eventually a PromisedAssertion

This commit is contained in:
Leonid Logvinov
2017-05-29 12:19:50 +02:00
parent b088559850
commit 144456503c
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ const path = require('path');
module.exports = {
entry: {
'0x': './src/ts/0x.js.ts',
'0x.min': './src/ts/0x.js.ts'
'0x': './src/0x.js.ts',
'0x.min': './src/0x.js.ts'
},
output: {
path: path.resolve(__dirname, '_bundles'),