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

7 lines
137 B
JavaScript

const common = require('./webpack.common.config');
common.debug = true;
common.devtool = '#eval-source-map';
module.exports = common;