-
-
Notifications
You must be signed in to change notification settings - Fork 387
Closed
Description
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
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: '/' } }
ganapativs
Metadata
Metadata
Assignees
Labels
No labels