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
Hi, trying to use this instead of vue-strap.
But, running into errors:
ERROR in ./~/vue-desktop/lib/icon/iconfont.css
Module parse failed: <project path>/node_modules/vue-desktop/lib/icon/iconfont.css Unexpected character '@' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '@' (1:0)
at Parser.pp$4.raise (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:2221:15)
at Parser.pp$7.getTokenFromCode (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:2756:10)
at Parser.pp$7.readToken (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:2477:17)
at Parser.pp$7.nextToken (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:2468:15)
at Parser.parse (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:515:10)
at Object.parse (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:3098:39)
at Parser.parse (<project path>/node_modules/webpack/lib/Parser.js:902:15)
at DependenciesBlock.<anonymous> (<project path>/node_modules/webpack/lib/NormalModule.js:104:16)
at DependenciesBlock.onModuleBuild (<project path>/node_modules/webpack-core/lib/NormalModuleMixin.js:310:10)
at nextLoader (<project path>/node_modules/webpack-core/lib/NormalModuleMixin.js:275:25)
@ ./~/vue-desktop/lib/index.js 157:0-30
ERROR in ./~/vue-desktop/lib/common.css
Module parse failed: <project path>/node_modules/vue-desktop/lib/common.css Unexpected token (5:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (5:0)
at Parser.pp$4.raise (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:2221:15)
at Parser.pp.unexpected (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:603:10)
at Parser.pp$3.parseExprAtom (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1822:12)
at Parser.pp$3.parseExprSubscripts (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1715:21)
at Parser.pp$3.parseMaybeUnary (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1692:19)
at Parser.pp$3.parseExprOps (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1637:21)
at Parser.pp$3.parseMaybeConditional (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1620:21)
at Parser.pp$3.parseMaybeAssign (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1597:21)
at Parser.pp$3.parseExpression (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:1573:21)
at Parser.pp$1.parseStatement (<project path>/node_modules/webpack/node_modules/acorn/dist/acorn.js:727:47)
@ ./~/vue-desktop/lib/index.js 158:0-23
The text was updated successfully, but these errors were encountered:
Hi, trying to use this instead of vue-strap.
But, running into errors:
The text was updated successfully, but these errors were encountered: