easy-webpack / config-less

Easy Webpack configuration module for using Less in your Webpack applications.
MIT License
0 stars 1 forks source link

Configuration issue using the last version of Aurelia #1

Open lcustodio opened 7 years ago

lcustodio commented 7 years ago

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 commented 7 years ago

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

lcustodio commented 7 years ago

@niieani Awesome, it works. Thanks.