Tobias Koppers
cf5f1d723c
format existing code
2018-07-30 21:29:21 +02:00
reduckted
5b6f99b8d4
Used the compiler's context to get a relative path to the manifest file.
2018-07-02 21:53:16 +10:00
reduckted
8f748e266b
Created a new WebpackError derived class for dll manifest errors.
2018-07-02 19:58:45 +10:00
reduckted
cb553050c3
Catch errors while parsing DLL manifest
...
If the DLL manifest is blank or malformed, parsing it will throw
an error, and if left uncaught will kill the process if webpack is
in watch mode. Catching the error and adding it to the compilation's
errors will result in a failed compilation, but will keep the
process running while in watch mode.
2018-06-30 22:46:00 +10:00
Florent Cailhol
252ac31a57
Improve JSON parse error
2018-05-19 11:09:30 +02:00
Tobias Koppers
5238159d21
run prettier on existing code
2018-02-25 02:00:20 +01:00
Florent Cailhol
7dd41b55c6
Replace deprecated Tapable#apply by Plugin#apply
2017-12-20 11:53:56 +01:00
Florent Cailhol
36c690d37f
Use tapable instead of 'plugin'
2017-12-08 14:23:31 +01:00
Tobias Koppers
dae9de6595
Merge branch 'next' into feature/validate-plugin-options
...
# Conflicts:
# lib/SourceMapDevToolPlugin.js
# lib/optimize/AggressiveSplittingPlugin.js
# yarn.lock
2017-11-28 09:59:59 +01:00
Tobias Koppers
c02ca7705a
Merge branch 'master' into next
2017-11-20 20:18:03 +01:00
Tobias Koppers
56a4af04f5
use type from manifest
2017-11-20 12:45:49 +01:00
Sergey Petushkov
cdd593b847
Rename schemas; Make imports less verbose
2017-11-12 09:48:08 +01:00
Sergey Petushkov
d73ad04c72
Add spaces to plugin names
2017-11-12 09:48:08 +01:00
Sergey Petushkov
1065a6e46c
Refactor plugins to use schema-utils; Remove unused
2017-11-12 09:48:08 +01:00
Sergey Petushkov
744dbe9b95
Add validations to plugins
2017-11-12 09:48:08 +01:00
Tobias Koppers
860da9baaa
Merge branch 'next' into refactor/sets
2017-11-08 21:28:51 +01:00
Tobias Koppers
f7c2f8e470
Update code style to arrow functions
2017-11-08 11:56:01 +01:00
Tobias Koppers
51c572c4f5
refactor more properties to Sets
2017-11-07 09:17:12 +01:00
Tobias Koppers
9dbed7360d
integrate the delegated module better into the exports flagging process
2017-07-26 10:12:40 +02:00
Tim Sebastian
d3647ab28f
use const where applicable in DllReferencePlugin
2017-02-05 10:19:06 +11:00
Carlos Cuatin
ab1999c5ea
refactor(es6) upgrade DllReferencePlugin to ES6 class ( #3768 )
2017-01-06 03:02:30 -06:00
Moorthy Venkatraman
be39508aa2
Supplying extensions when constructing DllReferencePlugin
2016-09-19 21:56:02 +02:00
Tobias Koppers
17ca14ccd9
use inputFileSystem instead of real filesystem
2016-09-16 01:31:53 +02:00
Tobias Koppers
530fad43b4
allow to pass abs path to manifest property of DllReferencePlugin
...
manifest is loaded on compilation
2016-09-16 01:19:50 +02:00
Tobias Koppers
4fdf62b919
added DllReferencePlugin
2015-05-17 11:06:35 +02:00