You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an app with a router, which splits code per route and has publicPath: '/' in its output options, I'm seeing the following inserted into <head> when visiting a route which imports CSS:
If I log out outputOptions in loader.js it looks ok, but don't know what's ultimately responsible for creating the full path in the compilation.createChildCompiler or NodeTemplatePlugin it gets passed to:
{outputOptions: {filename: '*',publicPath: '/'}}
The text was updated successfully, but these errors were encountered:
mini-css-extract-plugin@0.1.0
Using an app with a router, which splits code per route and has
publicPath: '/'
in its output options, I'm seeing the following inserted into<head>
when visiting a route which imports CSS:If I log out
outputOptions
inloader.js
it looks ok, but don't know what's ultimately responsible for creating the full path in thecompilation.createChildCompiler
orNodeTemplatePlugin
it gets passed to:The text was updated successfully, but these errors were encountered: