UNPKG

xml-lite

Version:

maintaining xml in pure javascript (IN BOTH NODE.JS & BROWSERS)

16 lines (14 loc) 292 B
const lang = require('zero-lang'); const webpackConf = require('./webpack.config'); module.exports = lang.extend({ devServer: { stats: { cached: false, exclude: [ /node_modules[\\\/]/ ], colors: true } }, devtool: 'source-map', }, webpackConf);