Skip to content

Commit bd2f8c6

Browse files
committed
Edit production mode
1 parent bde0f47 commit bd2f8c6

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
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.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>
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>
File renamed without changes.
File renamed without changes.

vue.config.js

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

0 commit comments

Comments
 (0)