mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
Factored out codemirror as chunked lazy based import (#2252)
* Factored out codemirror as chunked lazy based import
This commit is contained in:
committed by
GitHub
parent
796373cfa6
commit
7e65836423
@@ -1,5 +1,10 @@
|
||||
// ⚠️ This file is an artifact: DO NOT MODIFY
|
||||
export default {
|
||||
codemirror: () =>
|
||||
import(
|
||||
/* webpackIgnore: true */
|
||||
"./plugins/codemirror.js"
|
||||
),
|
||||
["deprecations-manager"]: () =>
|
||||
import(
|
||||
/* webpackIgnore: true */
|
||||
|
||||
Reference in New Issue
Block a user