react-input-range
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,10 @@ | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/davidchin/react-input-range/compare/v1.1.0...v1.1.1) (2017-03-28) | ||
### Bug Fixes | ||
* Only uglify and minify min.js files ([c73a491](https://github.com/davidchin/react-input-range/commit/c73a491)) | ||
<a name="1.1.0"></a> | ||
@@ -2,0 +11,0 @@ # [1.1.0](https://github.com/davidchin/react-input-range/compare/v1.0.2...v1.1.0) (2017-03-26) |
{ | ||
"name": "react-input-range", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "React component for inputting numeric values within a range", | ||
@@ -69,2 +69,4 @@ "keywords": [ | ||
"style-loader": "^0.14.0", | ||
"uglify-js": "^2.8.16", | ||
"uglifyjs-webpack-plugin": "^0.3.1", | ||
"webpack": "^2.2.1", | ||
@@ -80,3 +82,3 @@ "webpack-dev-server": "^2.4.2" | ||
"build": "npm run build:lib && npm run build:scss && npm run build:bundle", | ||
"build:bundle": "NODE_ENV=production webpack -p", | ||
"build:bundle": "NODE_ENV=production webpack", | ||
"build:lib": "NODE_ENV=production babel src/js --out-dir lib/js --source-maps", | ||
@@ -83,0 +85,0 @@ "build:scss": "NODE_ENV=production node-sass src/scss --recursive --source-map true --output lib/css", |
import ExtractTextPlugin from 'extract-text-webpack-plugin'; | ||
import UglifyJsPlugin from 'uglifyjs-webpack-plugin'; | ||
import path from 'path'; | ||
@@ -29,3 +30,2 @@ | ||
loader: ExtractTextPlugin.extract({ | ||
fallback: 'style-loader', | ||
use: ['css-loader', 'postcss-loader', 'sass-loader'], | ||
@@ -39,2 +39,6 @@ }), | ||
new ExtractTextPlugin('[name]'), | ||
new UglifyJsPlugin({ | ||
sourceMap: true, | ||
test: /\.min\.js$/, | ||
}), | ||
], | ||
@@ -41,0 +45,0 @@ resolve: { |
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 not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
5218
2
700361
49