+21
| MIT License | ||
| Copyright (c) 2019 zzh948498 | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
| # packageout | ||
| Learning to upload |
+5
-1
| { | ||
| "name": "packageout", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "", | ||
@@ -14,2 +14,6 @@ "main": "./lib/index.js", | ||
| "license": "MIT", | ||
| "homepage": "https://github.com/zzh948498/packageout#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/zzh948498/packageout/issues" | ||
| }, | ||
| "devDependencies": { | ||
@@ -16,0 +20,0 @@ "@types/lodash": "^4.14.149", |
| const path = require('path'); | ||
| const { CleanWebpackPlugin } = require('clean-webpack-plugin'); | ||
| module.exports = { | ||
| // entry: './src/index.ts', | ||
| // entry: { | ||
| // index: "./lib2/src/index.js", | ||
| // }, | ||
| // devtool: 'inline-source-map', | ||
| mode: "production", // 'development' or 'production' | ||
| module: { | ||
| rules: [ | ||
| { | ||
| test: /\.tsx?$/, | ||
| use: 'ts-loader', | ||
| exclude: /node_modules/ | ||
| } | ||
| ] | ||
| }, | ||
| resolve: { | ||
| extensions: ['.tsx', '.ts', '.js'] | ||
| }, | ||
| plugins: [ | ||
| new CleanWebpackPlugin(), | ||
| ], | ||
| optimization: { | ||
| splitChunks: { | ||
| chunks: 'all', | ||
| }, | ||
| }, | ||
| output: { | ||
| filename: '[name].bundle.js', | ||
| // chunkFilename: '[name].bundle.js', | ||
| path: path.resolve(__dirname, 'dist') | ||
| } | ||
| }; |
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.
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No website
QualityPackage does not have a website.
10858
4.84%11
37.5%0
-100%1
-50%1
-50%3
Infinity%0
-100%201
-14.47%