Rich-Harris
|
3de477137a
|
fix rollup-watch (#887)
|
8 years ago |
Rich-Harris
|
3817b74002
|
replace require kludge in runRollup.js (#706 - comment)
|
9 years ago |
Rich Harris
|
3ed945c8e1
|
fix noConflict when used via config file (#846)
|
9 years ago |
Rich-Harris
|
392a338c64
|
add newline after sourcemap comment. fixes #756
|
9 years ago |
Kurt Blackwell
|
ce1c784f5b
|
Use fs.realpathSync() rather than path.resolve() to match filenames passed to require.extensions[]. On Windows resolve(...) returns "c:\..." but realpath(...) returns "C:\...".
|
9 years ago |
1111hui
|
28491ea540
|
FIX: --no-strict command line option not map bug
|
9 years ago |
Rich-Harris
|
03ed02c0f6
|
allow --globals to work with --external and options.external in whatever configuration (#743)
|
9 years ago |
Rich Harris
|
b478c19894
|
look for rollup-config-whatever before looking for whatever, to avoid requiring wrong package
|
9 years ago |
Rich Harris
|
e0e4dc1cd2
|
support rollup --config node:whatever (#736)
|
9 years ago |
operandom
|
3b12752297
|
Add missing parameter.
|
9 years ago |
operandom
|
9461ed325e
|
Handle options.external is a function.
|
9 years ago |
Rich-Harris
|
a085bdc93a
|
handle errors emitted by rollup-watch (#712)
|
9 years ago |
Rich Harris
|
b848413de9
|
doh
|
9 years ago |
Rich Harris
|
1788682029
|
untrack bin/rollup
|
9 years ago |
Rich Harris
|
b62aa070bf
|
build/bundle CLI
|
9 years ago |
Rich Harris
|
ef20502229
|
allow rollup --watch with targets
|
9 years ago |
Brian Donovan
|
fca02171fa
|
Merge target options with main options.
Fixes #701.
|
9 years ago |
Rich-Harris
|
f2671c0519
|
oops i did it again
|
9 years ago |
Rich-Harris
|
138d255af4
|
on second thoughts, dont auto-install. will cause problems in many cases
|
9 years ago |
Rich-Harris
|
d61df97d8d
|
auto-install rollup-watch if requested
|
9 years ago |
Rich-Harris
|
fa93c5fe37
|
var not let
|
9 years ago |
Rich-Harris
|
7485b60d45
|
implement rollup --watch
|
9 years ago |
Brian Donovan
|
a3f2d17596
|
Allow specifying multiple output targets.
Closes #655.
|
9 years ago |
Oskar Segersvärd
|
5677b3697f
|
Allow tree-shaking to be disabled
|
9 years ago |
Chris Reeves
|
66f838ad9d
|
add an option to add noConflict method to umd global
|
9 years ago |
Rich-Harris
|
8a867c17e5
|
warn on missing options in config file
|
9 years ago |
Oskar Segersvärd
|
2296d2f6aa
|
Pass external config option through to `rollup.rollup`
|
9 years ago |
Rich-Harris
|
3e7c453c57
|
support banner/footer/intro/outro options via CLI
|
9 years ago |
Rich-Harris
|
8936840c05
|
squelch external dependency warnings coming from rollup.config.js – fixes #333
|
9 years ago |
Rich-Harris
|
f8e68f4259
|
support --environment in CLI (#378)
|
9 years ago |
Oskar Segersvärd
|
7a677359c6
|
Log errors when using `rollup -c`
|
9 years ago |
Rich Harris
|
fe56116264
|
handle errors in build config
|
9 years ago |
Rich Harris
|
1225d0aef7
|
add --config option to CLI (#226)
|
9 years ago |
Rich Harris
|
90ba35b60a
|
--no-indent cli option
|
9 years ago |
Oskar Segersvärd
|
aa54b2ced8
|
Add `--strict/--no-strict` CLI option.
|
10 years ago |
Oskar Segersvärd
|
32a1b22394
|
Add globals option to rollup executable.
Also:
* Updated help.md to include correct format default (ES6).
* Removed unused requires and variables from `bin/runRollup.js`.
* Added missing definition of `map` for outputting inline source maps.
* Grabs external names from globals option. These are equivalent:
rollup -f iife --globals lodash:_,jquery:jQuery
rollup -f iife --globals lodash:_,jquery:jQuery --external lodash,jquery
|
10 years ago |
Rich Harris
|
8a2af384b9
|
pass sourcemap option through from CLI
|
10 years ago |
Rich-Harris
|
1111e144a8
|
support moduleId and moduleName via CLI (fixes #24)
|
10 years ago |
Rich-Harris
|
3e96e3051b
|
make CLI tests work in Travis-CI
|
10 years ago |
Rich-Harris
|
ef67ce9148
|
allow external modules to be specified via CLI
|
10 years ago |
Rich-Harris
|
f873e70ff5
|
oh man, never run git reset HEAD while you have unmerged paths. chaos
|
10 years ago |
Rich Harris
|
cdeace10ca
|
BREAKING: API methods take a single argument, and external modules must be declared as such
|
10 years ago |
Rich-Harris
|
8f12b7da36
|
CLI
|
10 years ago |