[ ] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[X] Other, please describe
Tell about your platform
Trumbowyg version : auto selected from vue-trumbowyg
Vue.js version : 2.3.3
Browser name and version : Electron 1.7.5 (Chromium)
This package version : 3.4.1
Current behavior
When importing vue-trumbowyg, webpack imports the svg icons as code instead of svg.
Making the script to fail running in the browser.
Expected behavior
The SVG should be imported as a file and not be inserted into the code
I'm submitting a ... (check one with "x")
Tell about your platform
Current behavior When importing
vue-trumbowyg
, webpack imports the svg icons as code instead of svg. Making the script to fail running in the browser. Expected behavior The SVG should be imported as a file and not be inserted into the codeMy webpack config (extract):
I am using Webpack 3.5.2 with Electron-Vue setup