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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
and the output fonts file is in ./ but not ./fonts/,
it's means the output fonts always use publicPath of output, but not ExtractTextPlugin.extract('style',['css'],{publicPath:'./fonts/'}), why? where is my wrong?
please help, thank you very much.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I use font-awesome-webpack to load font-awesome and my webpack.config.js is
I just wanna use font-awesome, but the url path in the css always wrong, the output css like:
and the output fonts file is in
./
but not./fonts/
,it's means the output fonts always use
publicPath of output
, but notExtractTextPlugin.extract('style',['css'],{publicPath:'./fonts/'})
, why? where is my wrong?please help, thank you very much.
The text was updated successfully, but these errors were encountered: