Skip to content

Commit

Permalink
fix(webpack): revert #970 to restore default webpack module resolution
Browse files Browse the repository at this point in the history
closes #1037
  • Loading branch information
3cp committed Feb 5, 2019
1 parent c2dfdc8 commit 3c4d0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/content/webpack.config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = ({ production, server, extractCss, coverage, analyze, karma } =
// @if transpiler.id='babel'
extensions: ['.js'],
// @endif
modules: [srcDir, nodeModulesDir],
modules: [srcDir, 'node_modules'],
// Enforce single aurelia-binding, to avoid v1/v2 duplication due to
// out-of-date dependencies on 3rd party aurelia plugins
alias: { 'aurelia-binding': path.resolve(__dirname, 'node_modules/aurelia-binding') }
Expand Down

0 comments on commit 3c4d0d6

Please sign in to comment.