Merge pull request #6 from flarum/ds/beta-8-fixes

Make embed functional again
This commit is contained in:
Daniël Klabbers 2019-09-09 22:18:42 +02:00 committed by GitHub
commit 6cfa42eb90
4 changed files with 501 additions and 376 deletions

View File

@ -1,4 +1,4 @@
name: Build JavaScript assets name: JavaScript
on: on:
push: push:

View File

@ -29,7 +29,7 @@
"flarum-extension": { "flarum-extension": {
"title": "Embed", "title": "Embed",
"icon": { "icon": {
"name": "code", "name": "fas fa-code",
"backgroundColor": "#B9D233", "backgroundColor": "#B9D233",
"color": "#fff" "color": "#fff"
} }

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,9 @@
"name": "@flarum/embed", "name": "@flarum/embed",
"dependencies": { "dependencies": {
"flarum-webpack-config": "0.1.0-beta.10", "flarum-webpack-config": "0.1.0-beta.10",
"iframe-resizer": "^3.6.3", "iframe-resizer": "^4.1.1",
"webpack": "^4.26.0", "webpack": "^4.39.2",
"webpack-cli": "^3.1.2" "webpack-cli": "^3.3.7"
}, },
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",