Commit cb3900de authored by 以墨为白's avatar 以墨为白 🎧

1

parent 37a460e5
...@@ -28,6 +28,7 @@ module.exports = { ...@@ -28,6 +28,7 @@ module.exports = {
new CopyWebpackPlugin({ new CopyWebpackPlugin({
patterns: [ patterns: [
{ from: path.resolve(__dirname, './static'), to: 'static' }, { from: path.resolve(__dirname, './static'), to: 'static' },
{ from: path.resolve(__dirname, './onlyoffice.html'), to: 'onlyoffice.html' },
] ]
}), }),
new vueLoaderPlugin() new vueLoaderPlugin()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment