Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
783e6581
Commit
783e6581
authored
Jan 25, 2021
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(build): fix rollup compact not work
parent
c1a4600b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
266 additions
and
622 deletions
+266
-622
package.json
package.json
+3
-3
vite.config.ts
vite.config.ts
+0
-6
yarn.lock
yarn.lock
+263
-613
No files found.
package.json
View file @
783e6581
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
"dependencies"
:
{
"dependencies"
:
{
"
@iconify/iconify
"
:
"
^2.0.0-rc.6
"
,
"
@iconify/iconify
"
:
"
^2.0.0-rc.6
"
,
"
@vueuse/core
"
:
"
^4.0.10
"
,
"
@vueuse/core
"
:
"
^4.0.10
"
,
"
ant-design-vue
"
:
"
2.0.0-rc.
8
"
,
"
ant-design-vue
"
:
"
2.0.0-rc.
9
"
,
"
apexcharts
"
:
"
^3.23.1
"
,
"
apexcharts
"
:
"
^3.23.1
"
,
"
axios
"
:
"
^0.21.1
"
,
"
axios
"
:
"
^0.21.1
"
,
"
crypto-es
"
:
"
^1.2.6
"
,
"
crypto-es
"
:
"
^1.2.6
"
,
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"
@commitlint/cli
"
:
"
^11.0.0
"
,
"
@commitlint/cli
"
:
"
^11.0.0
"
,
"
@commitlint/config-conventional
"
:
"
^11.0.0
"
,
"
@commitlint/config-conventional
"
:
"
^11.0.0
"
,
"
@iconify/json
"
:
"
^1.1.29
0
"
,
"
@iconify/json
"
:
"
^1.1.29
1
"
,
"
@ls-lint/ls-lint
"
:
"
^1.9.2
"
,
"
@ls-lint/ls-lint
"
:
"
^1.9.2
"
,
"
@purge-icons/generated
"
:
"
^0.6.0
"
,
"
@purge-icons/generated
"
:
"
^0.6.0
"
,
"
@types/echarts
"
:
"
^4.9.3
"
,
"
@types/echarts
"
:
"
^4.9.3
"
,
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
"
stylelint-order
"
:
"
^4.1.0
"
,
"
stylelint-order
"
:
"
^4.1.0
"
,
"
ts-node
"
:
"
^9.1.1
"
,
"
ts-node
"
:
"
^9.1.1
"
,
"
typescript
"
:
"
^4.1.3
"
,
"
typescript
"
:
"
^4.1.3
"
,
"
vite
"
:
"
2.0.0-beta.4
7
"
,
"
vite
"
:
"
2.0.0-beta.4
8
"
,
"
vite-plugin-html
"
:
"
^2.0.0-beta.6
"
,
"
vite-plugin-html
"
:
"
^2.0.0-beta.6
"
,
"
vite-plugin-mock
"
:
"
^2.0.0-rc.2
"
,
"
vite-plugin-mock
"
:
"
^2.0.0-rc.2
"
,
"
vite-plugin-purge-icons
"
:
"
^0.6.0
"
,
"
vite-plugin-purge-icons
"
:
"
^0.6.0
"
,
...
...
vite.config.ts
View file @
783e6581
...
@@ -49,12 +49,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
...
@@ -49,12 +49,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
drop_console
:
VITE_DROP_CONSOLE
,
drop_console
:
VITE_DROP_CONSOLE
,
},
},
},
},
rollupOptions
:
{
output
:
{
compact
:
true
,
manualChunks
:
undefined
,
},
},
},
},
define
:
{
define
:
{
__VERSION__
:
pkg
.
version
,
__VERSION__
:
pkg
.
version
,
...
...
yarn.lock
View file @
783e6581
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment