mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
const config = require('./webpack.config.js');
|
|
|
|
config.entry.test_runner = ['babel-polyfill', './web/test/runner'];
|
|
module.exports = config;
|