vue-scooter
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,7 +6,7 @@ { | ||
"scripts": { | ||
"dev": "vue-scooter-cli --dev", | ||
"build": "vue-scooter-cli --build" | ||
"dev": "vue-scooter dev", | ||
"build": "vue-scooter build" | ||
}, | ||
"dependencies": { | ||
"vue-scooter-cli": "^0.1.7" | ||
"vue-scooter-cli": "^0.2.2" | ||
}, | ||
@@ -13,0 +13,0 @@ "devDependencies": {}, |
@@ -0,0 +0,0 @@ ## Run demo |
@@ -0,0 +0,0 @@ import router from './router.js'; |
@@ -0,0 +0,0 @@ import 'https://cdn.jsdelivr.net/npm/vue-router'; |
@@ -0,0 +0,0 @@ import 'https://cdn.jsdelivr.net/npm/vuex'; |
export default 'tool'; |
@@ -0,0 +0,0 @@ const path = require('path'); |
@@ -0,0 +0,0 @@ const fs = require('fs'); |
@@ -369,3 +369,3 @@ var VueScooter = (function () { | ||
script = script.replace( | ||
/(import\s+(\w+|.*)\s+from\s+['"])(.*?)(['"])/gs, | ||
/(import\s+(.*?)\s+from\s+['"])(.*?)(['"])/gs, | ||
($0, $1, $2, $3, $4) => { | ||
@@ -372,0 +372,0 @@ // import相对路径转换 |
{ | ||
"name": "vue-scooter", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A lightweight vue loader for browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ ## Introduction |
@@ -0,0 +0,0 @@ import nodeResolve from 'rollup-plugin-node-resolve'; |
@@ -0,0 +0,0 @@ import nodeResolve from 'rollup-plugin-node-resolve'; |
@@ -77,3 +77,3 @@ /** | ||
script = script.replace( | ||
/(import\s+(\w+|.*)\s+from\s+['"])(.*?)(['"])/gs, | ||
/(import\s+(.*?)\s+from\s+['"])(.*?)(['"])/gs, | ||
($0, $1, $2, $3, $4) => { | ||
@@ -80,0 +80,0 @@ // import相对路径转换 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36128