stable

Clone or download

Read-only

request #11442 Upgrade vue-loader to v15.0

Upgrading lets us remove the "vue-loader-options-plugin" we had to use as a fix. We no longer need to pass it the babel options, it will parse them from the webpack config by itself. How to test: - make post-checkout (no errors) All vue components are built correctly: - permission per groups components (agiledashboard, tracker, git, svn, frs, news) - cross-tracker search widget - timetracking widget - labeled items widget Change-Id: Id25001ea750da18a1d0eada3605d7757abc1ef18

Modified Files

Name
M package-lock.json +85 −121 Go to diff View file
M package.json +1 −2 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +5 −6 Go to diff View file
M plugins/crosstracker/www/scripts/webpack.config.js +1 −3 Go to diff View file
M plugins/git/www/scripts/webpack.config.js +1 −3 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +1 −3 Go to diff View file
M plugins/svn/www/scripts/webpack.config.js +1 −3 Go to diff View file
M plugins/timetracking/www/scripts/webpack.config.js +1 −3 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +1 −6 Go to diff View file
M src/www/scripts/webpack.config.js +5 −6 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +6 −8 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +1 −11 Go to diff View file