Skip to content
Snippets Groups Projects
Commit ecf38de5 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

fix browser build

parent 08be3985
No related branches found
No related tags found
1 merge request!3Fix hive errors - formatter errors
......@@ -72,8 +72,8 @@ function makeConfig(options) {
return {
devtool: isDevelopment ? 'cheap-eval-source-map' : 'source-map',
entry: {
steem: path.join(options.baseDir, 'src/browser.js'),
'steem-tests': path.join(options.baseDir, 'test/api.test.js'),
hive: path.join(options.baseDir, 'src/browser.js'),
'hive-tests': path.join(options.baseDir, 'test/api.test.js'),
},
output: {
path: path.join(options.baseDir, 'dist'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment