Skip to content

Commit

Permalink
Merge pull request #10660 from camptocamp/new-ol
Browse files Browse the repository at this point in the history
Add plugins required by new OpenLayers version
  • Loading branch information
sbrunner authored Sep 7, 2023
2 parents 20b74e5 + 99bd8a3 commit 6da91e8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ module.exports = (env, argv) => {
presets: babelPresets,
babelrc: false,
comments: false,
plugins: [require.resolve('babel-plugin-angularjs-annotate')],
plugins: [
require.resolve('babel-plugin-angularjs-annotate'),
require.resolve('@babel/plugin-proposal-nullish-coalescing-operator'),
require.resolve('@babel/plugin-proposal-optional-chaining'),
],
},
},
},
Expand Down

0 comments on commit 6da91e8

Please sign in to comment.