The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 248 B view raw
1const { merge } = require('webpack-merge'); 2const commonConfig = require('./webpack.common.js'); 3 4module.exports = merge(commonConfig, { 5 devtool: 'inline-source-map', 6 mode: 'development', 7 performance: { 8 hints: false, 9 }, 10});