UNPKG

vtranslit-web

Version:
11 lines (8 loc) 181 B
const config = require('./webpack.config'); config.devtool = 'source-map'; config.devServer = { contentBase: '.', port: 9000, publicPath: 'dist' }; module.exports = config;