jsketcher/webpack.config.dev.js
2017-02-01 16:46:22 -08:00

4 lines
141 B
JavaScript

const config = require('./webpack.config.js');
config.entry.test_runner = ['babel-polyfill', './web/test/runner'];
module.exports = config;