Hi, it appears that the mini-css-extract-plugin as recommended when using Webpack 4 doesn't support remote requests. As such the line 318 VuePictureSwipe.vue @import "https://fonts.googleapis.com/icon?family=Material+Icons"; creates an error
Unexpected format https://fonts.googleapis.com/icon?family=Material+Icons
The only way to rectify it is to copy/paste the code from the remote URL in place of that line:
Hi, thank you for your contribution. I did not know about remote request. Feel free to submit a pull request with the fallback you copy/pasted (I could do it myself if you prefer).
Hi, it appears that the mini-css-extract-plugin as recommended when using Webpack 4 doesn't support remote requests. As such the line
318 VuePictureSwipe.vue @import "https://fonts.googleapis.com/icon?family=Material+Icons";
creates an errorUnexpected format https://fonts.googleapis.com/icon?family=Material+Icons
The only way to rectify it is to copy/paste the code from the remote URL in place of that line: