Skip to content
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

Configuration issue using the last version of Aurelia #1

Open
lcustodio opened this issue Jul 15, 2016 · 2 comments
Open

Configuration issue using the last version of Aurelia #1

lcustodio opened this issue Jul 15, 2016 · 2 comments

Comments

@lcustodio
Copy link

lcustodio commented Jul 15, 2016

Regarding to the configuration of config-less, I've created a copy of the config-css as a start to try to tune the configuration, however I can move forward because of the lack of logs nor examples to understand the mechanisc, could you please give some light?

I've created a gist to explain the error I'm facing the the configuration I'm using: https://gist.github.com/lcustodio/60c239ad0595569523964ccb9a114cee

dependencies:
    "aurelia-bootstrapper-webpack": "^1.0.0-rc.1.0.0",
    "aurelia-event-aggregator": "^1.0.0-rc.1.0.0",
    "aurelia-fetch-client": "^1.0.0-rc.1.0.1",
    "aurelia-framework": "^1.0.0-rc.1.0.2",
    "aurelia-history-browser": "^1.0.0-rc.1.0.0",
    "aurelia-i18n": "^1.0.0-rc.1.0.0",
    "aurelia-loader-webpack": "^1.0.0-rc.1.0.0",
    "aurelia-logging-console": "^1.0.0-rc.1.0.0",
    "aurelia-pal-browser": "^1.0.0-rc.1.0.1",
    "aurelia-polyfills": "^1.0.0-rc.1.0.0",
    "aurelia-route-recognizer": "^1.0.0-rc.1.0.1",
    "aurelia-router": "^1.0.0-rc.1.0.1",
    "aurelia-templating-binding": "^1.0.0-rc.1.0.1",
    "aurelia-templating-resources": "^1.0.0-rc.1.0.1",
    "aurelia-templating-router": "^1.0.0-rc.1.0.1",
   ....

devDependencies
    "@easy-webpack/config-aurelia": "^2.0.1",
    "@easy-webpack/config-babel": "^2.0.1",
    "@easy-webpack/config-common-chunks-simple": "^2.0.1",
    "@easy-webpack/config-css": "^2.1.2",
    "@easy-webpack/config-env-development": "^2.1.1",
    "@easy-webpack/config-env-production": "^2.1.0",
    "@easy-webpack/config-external-source-maps": "^2.0.1",
    "@easy-webpack/config-fonts-and-images": "^1.2.1",
    "@easy-webpack/config-generate-index-html": "^2.0.1",
    "@easy-webpack/config-global-bluebird": "^1.2.0",
    "@easy-webpack/config-global-jquery": "^1.2.0",
    "@easy-webpack/config-global-regenerator": "^1.2.0",
    "@easy-webpack/config-html": "^2.0.1",
    "@easy-webpack/config-json": "^2.0.1",
    "@easy-webpack/config-less": "^1.1.0",
    "@easy-webpack/config-test-coverage-istanbul": "^2.0.1",
    "@easy-webpack/config-uglify": "^2.1.0",
    "@easy-webpack/core": "^1.3.2",
....
@niieani
Copy link
Contributor

niieani commented Jul 15, 2016

latest version of extract text plugin has a bug, as a workaround pass: extractText: false.

@lcustodio
Copy link
Author

@niieani Awesome, it works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants