@fastweb/fast-utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@fastweb/fast-utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/fast-utils.js", |
import formatMoney from './formatMoney/index' | ||
import vComponent from '../v-components/lib/vComponent.umd.js' | ||
import {recipeDetail} from '../v-components/lib/vComponent.umd.js' | ||
const fastUtils = { | ||
@@ -7,3 +7,3 @@ formatMoney, | ||
} | ||
export {formatMoney, vComponent} | ||
export {formatMoney, recipeDetail} | ||
export default fastUtils |
You are using Node v9.10.0. | ||
Node.js 9.x has already reached end-of-life and will not be supported in future major releases. | ||
It's strongly recommended to use an active LTS version instead. | ||
{ compilerOptions: { preserveWhitespace: false }, | ||
cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader', | ||
cacheIdentifier: '54bb1316' } | ||
{ limit: 4096, | ||
fallback: | ||
{ loader: 'file-loader', | ||
options: { name: 'img/[name].[hash:8].[ext]' } } } | ||
{ | ||
@@ -65,3 +66,3 @@ mode: 'development', | ||
cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader', | ||
cacheIdentifier: '54bb1316' | ||
cacheIdentifier: '2293d2bf' | ||
} | ||
@@ -77,3 +78,3 @@ }, | ||
cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader', | ||
cacheIdentifier: '54bb1316' | ||
cacheIdentifier: '2293d2bf' | ||
} | ||
@@ -91,3 +92,3 @@ } | ||
options: { | ||
limit: 4096, | ||
limit: 100000, | ||
fallback: { | ||
@@ -1065,3 +1066,3 @@ loader: 'file-loader', | ||
cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/babel-loader', | ||
cacheIdentifier: '39a4694b' | ||
cacheIdentifier: 'bd72fe22' | ||
} | ||
@@ -1094,3 +1095,3 @@ }, | ||
cache: true, | ||
cacheIdentifier: '378c1fd9', | ||
cacheIdentifier: '5e0ff74f', | ||
emitWarning: true, | ||
@@ -1097,0 +1098,0 @@ emitError: false, |
@@ -21,3 +21,16 @@ // vue.config.js | ||
config.resolve.alias.set('@', resolve('examples')) | ||
config.module | ||
.rule('images') | ||
.use('url-loader') | ||
.tap(options => { | ||
console.log(options) | ||
options.limit = 100000 | ||
// 修改它的选项... | ||
return options | ||
}) | ||
}, | ||
css: { | ||
// 是否使用css分离插件 ExtractTextPlugin | ||
extract: false | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1448759
6784
0
64