dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Functional tests should not be built with webpack #256

Open jason0x43 opened 6 years ago

jason0x43 commented 6 years ago

Bug

The webpack config currently includes functional tests in the webpack build. However, functional tests are never run in the browser, so it doesn't seem like there's any benefit to bundling them. More significantly, they're currently unable to use Node libraries that have no webpack equivalents, such as child_process.

Package Version: 0.3.0

Expected behavior:

Functional tests should not be bundled with webpack.

Actual behavior:

Functional tests are bundled with webpack.