Skip to content

Commit

Permalink
Merge pull request #1038 from huochunpeng/revert-970
Browse files Browse the repository at this point in the history
fix(webpack): revert #970 to restore default webpack module resolution
EisenbergEffect authored Feb 5, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents d32977f + 3c4d0d6 commit 071d651
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
@@ -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') }

0 comments on commit 071d651

Please sign in to comment.