Closed weblogixx closed 9 years ago
@weblogixx done my man!
@newtriks: Now thats a really fast response! Thank you very much :).
@newtriks: There is one part missing in the unit tests (they do not accept the woff stuff in the webpack config).
// In the loaders section:
, {
test: /\.woff/,
loader: 'url-loader?limit=10000&mimetype=application/font-woff'
}, {
test: /\.woff2/,
loader: 'url-loader?limit=10000&mimetype=application/font-woff2'
},
Next time ill send a pull request, I swear :).
@weblogixx Done!
Next time ill send a pull request, I swear :).
... promises promises :stuck_out_tongue:
Now thats a really fast response! Thank you very much :).
Hi,
another little thing that I ran into when using your (aweseome) generator: Webfonts (WOFF and WOFF2) are currently not supported by the url-loader plugin configuration.
This could be easily fixed by adjusting the webpack configuration like this:
Any chance to see this in a future release?