mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
Test support for modeller 3d
This commit is contained in:
parent
2e27a2e853
commit
7865aea044
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const config = require('./webpack.config.js');
|
||||
|
||||
config.entry.test_runner = ['./web/test/runner'];
|
||||
config.entry.test_runner = ['babel-polyfill', './web/test/runner'];
|
||||
module.exports = config;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
devtool: 'source-map',
|
||||
entry: {
|
||||
index: ['babel-polyfill', './web/app/index'],
|
||||
sketcher: ['./web/app/sketcher']
|
||||
sketcher: ['babel-polyfill', './web/app/sketcher']
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, 'dist/static'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue