UNPKG

@textback/notification-widget

Version:

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

16 lines (14 loc) 346 B
const merge = require('webpack-merge'); const common = require('./webpack.common.js'); module.exports = merge(common, { devtool: 'eval-source-map', watch: true, /*devServer: { contentBase: './build', port: 8081, watchOptions: { aggregateTimeout: 300, poll: 1000 }, }*/ });