diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js index 395ca3a9..3f7e7fd9 100644 --- a/config/webpack.config.dev.js +++ b/config/webpack.config.dev.js @@ -34,7 +34,7 @@ const webpackConfig = merge(commonConfig(true), { historyApiFallback: true, hot: true, overlay: true, - port: 8080, + port: 8000, stats: { normal: true } diff --git a/frontend/components/Player.vue b/frontend/components/Player.vue deleted file mode 100644 index 8543837f..00000000 --- a/frontend/components/Player.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/frontend/components/Styleguide.vue b/frontend/components/Styleguide.vue index 2fa02867..463c91a0 100644 --- a/frontend/components/Styleguide.vue +++ b/frontend/components/Styleguide.vue @@ -27,4 +27,7 @@ export default { \ No newline at end of file diff --git a/frontend/components/playlist/Playlist.vue b/frontend/components/playlist/Playlist.vue index 84132e5a..90e11285 100644 --- a/frontend/components/playlist/Playlist.vue +++ b/frontend/components/playlist/Playlist.vue @@ -33,13 +33,14 @@