UNPKG

obstacle-wl-1

Version:

## Project setup ``` npm install ```

12 lines 361 B
module.exports = { css: { extract: false }, productionSourceMap: false, chainWebpack: config => { const svgRule = config.module.rule('svg') svgRule.uses.clear() svgRule .test(/\.svg$/) .use('svg-url-loader') // npm install --save-dev svg-url-loader .loader('svg-url-loader') } }