mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
Revert "Replace dependency messageformat with @messageformat/core 3.0.0 (#213)"
Revert "Update webpack.config.js"
This reverts commit 88aeabffec3018af6d670ba00924b95e97377258.
Revert "Replace dependency messageformat with @messageformat/core 3.0.0 (#213)"
This reverts commit cdac8b6a76
.
This commit is contained in:
@@ -23,8 +23,8 @@
|
|||||||
"jquery-serializejson": "3.2.1",
|
"jquery-serializejson": "3.2.1",
|
||||||
"marionette.approuter": "1.0.2",
|
"marionette.approuter": "1.0.2",
|
||||||
"marionette.templatecache": "1.0.0",
|
"marionette.templatecache": "1.0.0",
|
||||||
"@messageformat/core": "3.1.0",
|
"messageformat": "2.3.0",
|
||||||
"@messageformat/loader": "1.0.0",
|
"messageformat-loader": "0.8.1",
|
||||||
"mini-css-extract-plugin": "1.6.2",
|
"mini-css-extract-plugin": "1.6.2",
|
||||||
"moment": "2.29.4",
|
"moment": "2.29.4",
|
||||||
"node-sass": "7.0.3",
|
"node-sass": "7.0.3",
|
||||||
|
@@ -51,7 +51,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: 'javascript/auto', // <= Set the module.type explicitly
|
type: 'javascript/auto', // <= Set the module.type explicitly
|
||||||
test: /\bmessages\.json$/,
|
test: /\bmessages\.json$/,
|
||||||
loader: '@messageformat/loader',
|
loader: 'messageformat-loader',
|
||||||
options: {
|
options: {
|
||||||
biDiSupport: false,
|
biDiSupport: false,
|
||||||
disablePluralKeyChecks: false,
|
disablePluralKeyChecks: false,
|
||||||
|
Reference in New Issue
Block a user