Skip to content

Commit

Permalink
Merge pull request #4620 from camptocamp/geoblocks_src
Browse files Browse the repository at this point in the history
Use geoblocks_src instead of source
  • Loading branch information
sbrunner committed Feb 11, 2019
2 parents 10167b7 + 3f2a898 commit ddeb2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const config = function(hardSourceConfig, babelLoaderCacheDirectory) {
modules: [
'../node_modules'
],
mainFields: ['source', 'module', 'jsnext:main', 'main'],
mainFields: ['geoblocks_src', 'module', 'jsnext:main', 'main'],
alias: {
'ngeo/test': path.resolve(__dirname, '../test/spec'),
'gmf/test': path.resolve(__dirname, '../contribs/gmf/test/spec'),
Expand Down

0 comments on commit ddeb2d2

Please sign in to comment.