biofriction-wp-theme/node_modules/bs-recipes/recipes/webpack.typescript.react/webpack.dev.config.js

7 lines
137 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
const common = require('./webpack.common.config');
common.debug = true;
common.devtool = '#eval-source-map';
module.exports = common;