parent
a2d38016ec
commit
d174d7ab80
1 changed files with 1 additions and 1 deletions
|
|
@ -1255,7 +1255,7 @@ class Server(object):
|
|||
|
||||
# JS
|
||||
js_filters = ["sourcemap_remove", "js_delimiter_bundler"]
|
||||
js_plugin_filters = ["sourcemap_remove", "js_plugin_delimiter_bundler"]
|
||||
js_plugin_filters = ["sourcemap_remove", "js_delimiter_bundler"] # TODO: replace with IIFE wrapper again, see #2200
|
||||
|
||||
js_libs_bundle = Bundle(*js_libs, output="webassets/packed_libs.js", filters=",".join(js_filters))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue