sforkowany z mirror/soapbox
Include sheet_10.png in build
rodzic
651e45b96d
commit
ba062a0c7d
|
@ -63,6 +63,7 @@
|
||||||
"cssnano": "^4.1.10",
|
"cssnano": "^4.1.10",
|
||||||
"detect-passive-events": "^2.0.0",
|
"detect-passive-events": "^2.0.0",
|
||||||
"dotenv": "^8.0.0",
|
"dotenv": "^8.0.0",
|
||||||
|
"emoji-datasource": "^6.0.1",
|
||||||
"emoji-mart": "https://gitlab.com/seanking2919/emoji-mart#build",
|
"emoji-mart": "https://gitlab.com/seanking2919/emoji-mart#build",
|
||||||
"es6-symbol": "^3.1.1",
|
"es6-symbol": "^3.1.1",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
|
|
|
@ -97,6 +97,9 @@ module.exports = {
|
||||||
patterns: [{
|
patterns: [{
|
||||||
from: join(__dirname, '../node_modules/twemoji/assets/svg'),
|
from: join(__dirname, '../node_modules/twemoji/assets/svg'),
|
||||||
to: join(__dirname, '../static/emoji'),
|
to: join(__dirname, '../static/emoji'),
|
||||||
|
}, {
|
||||||
|
from: join(__dirname, '../node_modules/emoji-datasource/img/twitter/sheets/32.png'),
|
||||||
|
to: join(__dirname, '../static/emoji/sheet_10.png'),
|
||||||
}],
|
}],
|
||||||
options: {
|
options: {
|
||||||
concurrency: 100,
|
concurrency: 100,
|
||||||
|
|
|
@ -4537,6 +4537,11 @@ elliptic@^6.0.0:
|
||||||
minimalistic-assert "^1.0.0"
|
minimalistic-assert "^1.0.0"
|
||||||
minimalistic-crypto-utils "^1.0.0"
|
minimalistic-crypto-utils "^1.0.0"
|
||||||
|
|
||||||
|
emoji-datasource@^6.0.1:
|
||||||
|
version "6.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-6.0.1.tgz#0fd25101104cf16ddf36819237f4f174ec85a01f"
|
||||||
|
integrity sha512-kvkqTjdeXhVKwT2242jGhK18EpevORCTTBETDhByWOEVGwn5X+W5jvBioo+wrAnR7inUzydJ4gKUU5SQGjUG6A==
|
||||||
|
|
||||||
"emoji-mart@https://gitlab.com/seanking2919/emoji-mart#build":
|
"emoji-mart@https://gitlab.com/seanking2919/emoji-mart#build":
|
||||||
version "2.6.3"
|
version "2.6.3"
|
||||||
resolved "https://gitlab.com/seanking2919/emoji-mart#4bdefa3d3ee7eb58716adc8727f688facc557291"
|
resolved "https://gitlab.com/seanking2919/emoji-mart#4bdefa3d3ee7eb58716adc8727f688facc557291"
|
||||||
|
|
Ładowanie…
Reference in New Issue