Skip to content

Instantly share code, notes, and snippets.

@kahboom
Created September 6, 2016 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahboom/c2cf2adb5c82572f0196392cd2884cfc to your computer and use it in GitHub Desktop.
Save kahboom/c2cf2adb5c82572f0196392cd2884cfc to your computer and use it in GitHub Desktop.
> webpack-dev-server --config config/webpack.dev.js --progress --profile --watch --content-base src/
/Users/kahboom/Projects/hawtio-ipaas/node_modules/patternfly/dist/css/patternfly.css:2
@font-face {
^
SyntaxError: Unexpected token ILLEGAL
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:513:28)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/kahboom/Projects/hawtio-ipaas/config/webpack.common.js:18:1)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/kahboom/Projects/hawtio-ipaas/config/webpack.dev.js:7:22)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment