Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Rollup support #379

Merged
merged 29 commits into from
Aug 30, 2018
Merged
Show file tree
Hide file tree
Changes from 18 commits
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 Aug 25, 2018
9cbb8bd
first stab at supporting Rollup (#130)
Rich-Harris Aug 25, 2018
200c5fc
get tests passing again
Rich-Harris Aug 25, 2018
6e2383b
add shimport
Rich-Harris Aug 28, 2018
85e25d6
add a --bundler option, for forcing rollup or webpack
Rich-Harris Aug 28, 2018
19a5dca
update CLI
Rich-Harris Aug 28, 2018
70b5cc8
replace client_assets.json with build.json, include bundler name
Rich-Harris Aug 28, 2018
7e698f1
use watchChange plugin hook to detect invalidations
Rich-Harris Aug 28, 2018
f8d742b
hashing
Rich-Harris Aug 29, 2018
458be49
emit errors and warnings, albeit clumsily
Rich-Harris Aug 29, 2018
6393a30
print nice build summaries
Rich-Harris Aug 29, 2018
36fc8a9
use shimport
Rich-Harris Aug 29, 2018
99b096a
rimraf before mkdirp
Rich-Harris Aug 29, 2018
de308d5
rebuild lockfile
Rich-Harris Aug 29, 2018
ae19288
update rollup
Rich-Harris Aug 29, 2018
c36df0d
try to diagnose latest windows idiocy
Rich-Harris Aug 29, 2018
9d904b3
argh
Rich-Harris Aug 29, 2018
ddec58e
ffs
Rich-Harris Aug 29, 2018
d6d0a15
WHAT IS HAPPENING
Rich-Harris Aug 29, 2018
8226e9b
starting to lose my sense of humour
Rich-Harris Aug 29, 2018
f87f0e3
stab in the dark
Rich-Harris Aug 29, 2018
01a709e
ffffuuuuuuuuuuu
Rich-Harris Aug 29, 2018
86dee17
come ON
Rich-Harris Aug 29, 2018
bb737ee
success i think?
Rich-Harris Aug 29, 2018
5d0b7af
i feel good about this
Rich-Harris Aug 29, 2018
76cb6d9
oops
Rich-Harris Aug 29, 2018
f05a8e5
deprecate, dont break
Rich-Harris Aug 29, 2018
4259fc8
update shimport, minor tidy up
Rich-Harris Aug 30, 2018
708fe4c
rebuild lockfile
Rich-Harris Aug 30, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/api.ts.js');
module.exports = require('./dist/api.js');
Loading