UNPKG

@hcflgov/vue-html-wrapper

Version:
21 lines (19 loc) 362 B
const webpack = require('webpack') module.exports = { css: { extract: true }, filenameHashing: false, productionSourceMap: false, publicPath: './', configureWebpack: { plugins: [ new webpack.ProvidePlugin({ $: 'jquery', jquery: 'jquery', 'window.jQuery': 'jquery', jQuery: 'jquery' }) ] } }