mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 13:09:11 -05:00
[web-src] Change player web interface build system to use vue-cli v3
Also bumps the player web interface version to 0.2.0. Previously the build was based on the vue.js webpack template. The template is deprecated and the recommended method for setting up a vue application is vue-cli. This also changes the build from using webpack v3 to webpack v4.
This commit is contained in:
5
web-src/postcss.config.js
Normal file
5
web-src/postcss.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user