This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
owntone-server
Watch
1
Star
0
Fork
0
You've already forked owntone-server
mirror of
https://github.com/owntone/owntone-server.git
synced
2024-12-26 23:25:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a91d388fdf
owntone-server
/
web-src
/
babel.config.js
6 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[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.
2018-10-14 04:47:54 -04:00
module
.
exports
=
{
presets
:
[
[web-src] Update to Vue CLI 4 and fix linter issues
2020-04-11 13:43:53 -04:00
'@vue/cli-plugin-babel/preset'
[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.
2018-10-14 04:47:54 -04:00
]
}
Reference in New Issue
Copy Permalink