uxcore-select2
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -33,12 +33,2 @@ // https://github.com/gulpjs/gulp/tree/master/docs | ||
gulp.task('less_component', function(cb) { | ||
gulp.src(['./src/**/*.less']) | ||
.pipe(sourcemaps.init()) | ||
.pipe(less()) | ||
.pipe(sourcemaps.write('.')) | ||
.pipe(gulp.dest('./src')); | ||
console.info('###### less_component done ######'); | ||
cb(); | ||
}); | ||
gulp.task('less_demo', function(cb) { | ||
@@ -73,3 +63,2 @@ gulp.src(['./demo/**/*.less']) | ||
'pack_demo', | ||
'less_component', | ||
'less_demo' | ||
@@ -86,3 +75,3 @@ ], function() { | ||
gulp.watch('src/**/*.less', ['reload_by_component_css']); | ||
gulp.watch('src/**/*.less', ['reload_by_demo_css']); | ||
@@ -89,0 +78,0 @@ gulp.watch('demo/**/*.less', ['reload_by_demo_css']); |
@@ -5,2 +5,6 @@ # History | ||
## 0.1.9 | ||
`FIXED` fix issue #6 | ||
## 0.1.7 | ||
@@ -7,0 +11,0 @@ `CHANGED` change css prefix |
{ | ||
"name": "uxcore-select2", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "select ui component for react", | ||
@@ -39,4 +39,4 @@ "main": "src/index.js", | ||
"react-dom": "~0.14.0", | ||
"webpack": "^1.10.5", | ||
"uxcore-kuma": "^1.1.0" | ||
"uxcore-kuma": "~1.2.0", | ||
"webpack": "^1.12.6" | ||
}, | ||
@@ -46,3 +46,3 @@ "dependencies": { | ||
"object-assign": "^2.0.0", | ||
"rc-select": "~4.9.1" | ||
"rc-select": "~5.1.2" | ||
}, | ||
@@ -49,0 +49,0 @@ "author": "", |
@@ -37,3 +37,3 @@ var fs = require('fs'); | ||
var isNpmModule = !!path.match(/node_modules/); | ||
var isUxcore = !!path.match(/node_modules\/uxcore/); | ||
var isUxcore = !!path.match(/node_modules\/uxcore/) || !!path.match(/node_modules\/@ali\/uxcore/); | ||
return isNpmModule & !isUxcore; | ||
@@ -46,6 +46,7 @@ }, | ||
resolve: { | ||
// alias: getUxcoreModuleAlias() | ||
alias: getUxcoreModuleAlias() | ||
}, | ||
externals: { | ||
react: 'var React' // 相当于把全局的React作为模块的返回 module.exports = React; | ||
react: 'var React', // 相当于把全局的React作为模块的返回 module.exports = React; | ||
'react-dom': 'var ReactDOM' | ||
}, | ||
@@ -52,0 +53,0 @@ plugins: [ |
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
21804
14
308
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedrc-align@2.4.5(transitive)
+ Addedrc-select@5.1.2(transitive)
+ Addedrc-trigger@1.11.5(transitive)
+ Addedshallowequal@1.1.0(transitive)
- Removedrc-align@1.2.1(transitive)
- Removedrc-animate@1.3.0(transitive)
- Removedrc-select@4.9.1(transitive)
- Removedrc-util@2.1.1(transitive)
Updatedrc-select@~5.1.2