Skip to content

Commit 06f51b4

Browse files
committed
Edit production mode
1 parent 8b7b6fe commit 06f51b4

File tree

7 files changed

+5
-8
lines changed

7 files changed

+5
-8
lines changed
File renamed without changes.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=preload as=style><link href=/vue-datepicker-ui/js/chunk-vendors.6ce8c644.js rel=preload as=script><link href=/vue-datepicker-ui/js/index.9a9e6647.js rel=preload as=script><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=stylesheet></head><body><div id=app></div><script src=/vue-datepicker-ui/js/chunk-vendors.6ce8c644.js></script><script src=/vue-datepicker-ui/js/index.9a9e6647.js></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=/vue-datepicker-ui/css/index.css rel=preload as=style><link href=/vue-datepicker-ui/js/chunk-vendors.js rel=preload as=script><link href=/vue-datepicker-ui/js/index.js rel=preload as=script><link href=/vue-datepicker-ui/css/index.css rel=stylesheet></head><body><div id=app></div><script src=/vue-datepicker-ui/js/chunk-vendors.js></script><script src=/vue-datepicker-ui/js/index.js></script></body></html>

docs/js/chunk-vendors.6ce8c644.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/chunk-vendors.6ce8c644.js renamed to docs/js/chunk-vendors.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/index.9a9e6647.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/index.9a9e6647.js renamed to docs/js/index.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
port: 1903
66
},
77
publicPath: IS_PROD ? '/vue-datepicker-ui/' : '/',
8-
assetsDir: IS_PROD ? './' : '',
8+
productionSourceMap: false,
9+
filenameHashing: false,
910
pages: {
1011
index: {
1112
// entry for the page

0 commit comments

Comments
 (0)