mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
build: get rid of unused replacement plugin
This commit is contained in:
parent
929740ab28
commit
8da0f7ed82
|
@ -110,9 +110,7 @@ module.exports = function (options) {
|
|||
'AOT': options.AOT
|
||||
}),
|
||||
|
||||
new StringReplacePlugin(),
|
||||
new webpack.NormalModuleReplacementPlugin(/node_modules\/rxjs\/operator\/.*/, root('build/empty.js')),
|
||||
new webpack.NormalModuleReplacementPlugin(/node_modules\/rxjs\/testing\//, root('build/empty.js'))
|
||||
new StringReplacePlugin()
|
||||
],
|
||||
node: {
|
||||
global: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user