@blackbp/vue-components
Advanced tools
Comparing version 0.9.111 to 0.10.1
@@ -17,6 +17,8 @@ { | ||
], | ||
"version": "0.9.111", | ||
"version": "0.10.1", | ||
"scripts": { | ||
"serve": "vue-cli-service serve src/dashboard/app.js", | ||
"serve-sandbox": "vue-cli-service serve --host=192.168.1.103 sandbox/app.js", | ||
"build": "rollup -c", | ||
"build-css": "node-sass --importer=node_modules/node-sass-package-importer/dist/cli.js src/styles/index.scss dist/css/styles.css", | ||
"build-css-min": "node-sass --output-style=compressed --importer=node_modules/node-sass-package-importer/dist/cli.js src/styles/index.scss dist/css/styles.css", | ||
"publish-build": "yarn publish", | ||
@@ -29,6 +31,6 @@ "version-patch": "yarn version --patch", | ||
"module": "./dist/lib.esm.js", | ||
"source": "./src/index.js", | ||
"files": [ | ||
"dist/*", | ||
"src/components/*", | ||
"src/*.js", | ||
"dist", | ||
"src", | ||
"*.json", | ||
@@ -53,2 +55,3 @@ "*.js" | ||
"node-sass": "^4.9.0", | ||
"node-sass-package-importer": "^5.3.2", | ||
"rollup": "^1.16.6", | ||
@@ -63,3 +66,2 @@ "rollup-plugin-commonjs": "^10.0.1", | ||
"sass-loader": "^7.1.0", | ||
"vue-click-outside": "^1.0.7", | ||
"vue-router": "^3.0.7", | ||
@@ -66,0 +68,0 @@ "vue-template-compiler": "^2.6.10", |
@@ -1,10 +0,10 @@ | ||
import PluginVue from 'rollup-plugin-vue' | ||
import PluginResolve from 'rollup-plugin-node-resolve' | ||
import PluginLocalResolve from 'rollup-plugin-local-resolve' | ||
import PluginCommonjs from 'rollup-plugin-commonjs' | ||
import PluginCopy from 'rollup-plugin-copy' | ||
import {terser as PluginTerser} from "rollup-plugin-terser" | ||
import PluginVue from 'rollup-plugin-vue'; | ||
import PluginResolve from 'rollup-plugin-node-resolve'; | ||
import PluginLocalResolve from 'rollup-plugin-local-resolve'; | ||
import PluginCommonjs from 'rollup-plugin-commonjs'; | ||
import PluginCopy from 'rollup-plugin-copy'; | ||
import {terser as PluginTerser} from 'rollup-plugin-terser'; | ||
const CONFIG = { | ||
input: './src/components.js', | ||
input: './src/index.js', | ||
output: { | ||
@@ -46,2 +46,4 @@ fileName: 'lib', | ||
export default [ | ||
// ESM | ||
{ | ||
@@ -53,7 +55,6 @@ input: CONFIG.input, | ||
}, | ||
plugins: [ | ||
...CONFIG.plugins, | ||
PluginCopy(CONFIG.pluginOpts.copy) | ||
] | ||
plugins: CONFIG.plugins, | ||
}, | ||
// CommonJS | ||
{ | ||
@@ -63,6 +64,10 @@ input: CONFIG.input, | ||
file: CONFIG.getFileName('common'), | ||
format: 'cjs' | ||
format: 'cjs', | ||
exports: 'named' | ||
}, | ||
plugins: CONFIG.plugins | ||
plugins: [ | ||
...CONFIG.plugins, | ||
PluginCopy(CONFIG.pluginOpts.copy) | ||
] | ||
}, | ||
]; |
Sorry, the diff of this file is too big to display
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 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
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
579189
150
3581
1