mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-24 08:08:54 -06:00
9 lines
217 B
JavaScript
9 lines
217 B
JavaScript
/** @type {import('@vue/cli-service').ServicePlugin} */
|
|
module.exports = () => {
|
|
// TODO:
|
|
// terser-webpack-plugin v4
|
|
// copy-webpack-plugin v6
|
|
// html-webpack-plugin v4
|
|
// css-minimizer-webpack-plugin v1
|
|
}
|