File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.4] ( https://github.com/xiaoluoboding/vue-sfc2esm/compare/v0.1.3...v0.1.4 ) (2021-05-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use production mode ([ 1642c37] ( https://github.com/xiaoluoboding/vue-sfc2esm/commit/1642c372cd1a782bf0c4b5d352457dff6833efdd ) )
7
+
8
+
9
+
1
10
## [ 0.1.3] ( https://github.com/xiaoluoboding/vue-sfc2esm/compare/v0.1.2...v0.1.3 ) (2021-05-12)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-sfc2esm" ,
3
3
"description" : " Transpiled Vue SFC File to ES Modules." ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"scripts" : {
6
6
"dev" : " cross-env NODE_ENV=development nodemon --watch './**/*.ts' --exec 'ts-node' examples/index.ts" ,
7
7
"build" : " cross-env NODE_ENV=production rollup -c rollup.config.js" ,
You can’t perform that action at this time.
0 commit comments