This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 432
Rollup support #379
Merged
Merged
Rollup support #379
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
24f2855
create a facade over webpack, to support alternative compilers
Rich-Harris 9cbb8bd
first stab at supporting Rollup (#130)
Rich-Harris 200c5fc
get tests passing again
Rich-Harris 6e2383b
add shimport
Rich-Harris 85e25d6
add a --bundler option, for forcing rollup or webpack
Rich-Harris 19a5dca
update CLI
Rich-Harris 70b5cc8
replace client_assets.json with build.json, include bundler name
Rich-Harris 7e698f1
use watchChange plugin hook to detect invalidations
Rich-Harris f8d742b
hashing
Rich-Harris 458be49
emit errors and warnings, albeit clumsily
Rich-Harris 6393a30
print nice build summaries
Rich-Harris 36fc8a9
use shimport
Rich-Harris 99b096a
rimraf before mkdirp
Rich-Harris de308d5
rebuild lockfile
Rich-Harris ae19288
update rollup
Rich-Harris c36df0d
try to diagnose latest windows idiocy
Rich-Harris 9d904b3
argh
Rich-Harris ddec58e
ffs
Rich-Harris d6d0a15
WHAT IS HAPPENING
Rich-Harris 8226e9b
starting to lose my sense of humour
Rich-Harris f87f0e3
stab in the dark
Rich-Harris 01a709e
ffffuuuuuuuuuuu
Rich-Harris 86dee17
come ON
Rich-Harris bb737ee
success i think?
Rich-Harris 5d0b7af
i feel good about this
Rich-Harris 76cb6d9
oops
Rich-Harris f05a8e5
deprecate, dont break
Rich-Harris 4259fc8
update shimport, minor tidy up
Rich-Harris 708fe4c
rebuild lockfile
Rich-Harris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually use
dir : "./dist"
and it works fine in windows, if it helps at all.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh. will try that next. thanks!