mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-22 11:45:43 +02:00
Woohoo, fix jquery UI
This commit is contained in:
parent
392805802b
commit
d3bc42c936
4 changed files with 25 additions and 6 deletions
|
@ -92,7 +92,7 @@ var buildIndex = function(done) {
|
|||
|
||||
var getBundle = function() {
|
||||
return browserify({
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx'), 'lib/jquery-ui-1.9.0.custom.min.js'],
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx')],
|
||||
debug: true,
|
||||
})
|
||||
.transform(babelify, { presets: ['@babel/preset-react'] })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue