mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
merge jquery-ui to bundle
This commit is contained in:
parent
fbe3312398
commit
b02a4b1bf7
2 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,7 @@ var buildIndex = function(done) {
|
|||
|
||||
var getBundle = function() {
|
||||
return browserify({
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx')],
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx'), 'lib/jquery-ui-1.9.0.custom.min.js'],
|
||||
debug: true,
|
||||
})
|
||||
.transform(babelify, { presets: ['@babel/preset-react'] })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue