Commit graph

69 commits

Author SHA1 Message Date
Markus Olsson
30bbef4480 Our targets take care of externalizing these
See https://github.com/webpack/webpack/blob/master/lib/WebpackOptionsApply.js#L117
2017-04-18 06:08:26 +02:00
Markus Olsson
a89fbe4722 Use awesome typescript loader for caching benefits 2017-04-18 06:04:20 +02:00
Markus Olsson
b1089ea375 Revert "I don't believe these are necessary"
This reverts commit b094627e2b.
2017-04-18 00:09:43 +02:00
Markus Olsson
b094627e2b I don't believe these are necessary 2017-04-18 00:07:09 +02:00
Markus Olsson
a302f012d8 Expose replacements 2017-04-17 23:47:34 +02:00
Markus Olsson
60bff2c3e5 Tree-shake keytar 2017-04-17 23:23:37 +02:00
Markus Olsson
27332e4860 We don't have to make these explicitly external 2017-04-17 23:23:12 +02:00
Markus Olsson
aa2cf976e1 First take on porting to webpack 2 2017-04-17 22:24:00 +02:00
Markus Olsson
a7281a457d One day I will learn how to computer 2017-04-13 16:09:57 +02:00
Markus Olsson
da6143c0f1 Fall back to development client id and secret 2017-04-13 15:58:42 +02:00
joshaber
464ee91cd3 #no #errors #noerrors 2016-10-26 16:37:56 -04:00
joshaber
0621c02c4f RIP Babel 2016-10-05 11:04:06 -04:00
joshaber
476b771ae8 Define __DARWIN__ and __WIN32__ replacements 2016-09-23 15:34:55 -04:00
joshaber
0790a31498 Use a trampoline to launch AskPass on macOS 2016-09-15 15:36:21 -04:00
joshaber
a229b1719f Tell babel to use its cache.
This cuts initial compilation time in half for me.

Before:

```
webpack built 8ea813592373e2d5b5d8 in 12044ms
```

After:

```
webpack built 8ea813592373e2d5b5d8 in 6382ms
```

The incremental build doesn’t improve much.
2016-09-08 23:51:05 -04:00
joshaber
c303cb23b7 Get the OAuth secret from the environment 2016-09-06 14:24:19 -04:00
Don Okuda
d208ebfb16 Revert "Don't treat CSS as external"
This reverts commit aff1c7b4b7.

This was originally needed to import vendor styles for
react-virtualized.
2016-08-01 11:58:35 -07:00
joshaber
aff1c7b4b7 Don't treat CSS as external 2016-07-29 16:11:45 -04:00
joshaber
32d4856f1e Split our package.json into two different packages. 2016-07-21 14:31:30 -04:00
Renamed from webpack.common.js (Browse further)