mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-02 01:40:31 -05: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
|
|
}
|