I couldn't figure out how I could use webpack-append along with query when using with multiple loaders. My use-case is something on the lines of this:
{ test: /\.scss$/, exclude: [/\/plugin\//], loaders: ["style", "css", "autoprefixer", "sass", "webpack-append?query=" + sassVars] },
I couldn't figure out how I could use webpack-append along with query when using with multiple loaders. My use-case is something on the lines of this:
{ test: /\.scss$/, exclude: [/\/plugin\//], loaders: ["style", "css", "autoprefixer", "sass", "webpack-append?query=" + sassVars] },