-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use? #1
Comments
It is completely similar to the Please see the The last error might be related to the module.exports = {
fontName: "Octicons",
files: ["./octicons/svg/*.svg"],
baseClass: "octicon",
classPrefix: "octicon-",
cssFile: 'css'
}; Please provide your snippet of code in |
|
Does any file match the glob pattern I was able to reproduce the error when there are no files which match to glob pattern. Put some |
@anchengjian try this: var glob = require("glob").sync;
module.exports = {
fontName: "Octicons",
files: glob("assets/icon/*.svg", {cwd: __dirname}),
... or simply use JSON config. |
fontgen-loader
, what changes ?According to the document, I got an error
then I rewrite the
weboack.config
got another error
The text was updated successfully, but these errors were encountered: