mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Add harmony-reflect to fix issues with markdown bar in IE (#6)
This commit is contained in:
parent
9bdc10a09a
commit
8f8714134b
739
extensions/markdown/js/package-lock.json
generated
739
extensions/markdown/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,6 +5,7 @@
|
||||
"@github/markdown-toolbar-element": "^0.1.1",
|
||||
"@webcomponents/custom-elements": "^1.2.1",
|
||||
"flarum-webpack-config": "0.1.0-beta.10",
|
||||
"harmony-reflect": "^1.6.1",
|
||||
"mdarea": "^0.0.10",
|
||||
"webpack": "^4.26.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
|
@ -3,6 +3,7 @@ import TextEditor from 'flarum/components/TextEditor';
|
||||
import icon from 'flarum/helpers/icon';
|
||||
|
||||
import '@webcomponents/custom-elements';
|
||||
import 'harmony-reflect';
|
||||
import '@github/markdown-toolbar-element';
|
||||
import MarkdownArea from 'mdarea/mdarea.js';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user