This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
owntone-server
mirror of
https://github.com/owntone/owntone-server.git
Watch
1
Star
0
Fork
You've already forked owntone-server
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bb434297ca
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
]
}