Skip to content

Commit 76923bb

Browse files
authored
Merge pull request #1846 from Fryguy/revert-openssl-legacy-provider
Revert --openssl-legacy-provider now that we have upgraded webpack
2 parents 7277fa8 + aadf667 commit 76923bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"version": "1.0.1",
1313
"scripts": {
1414
"available-languages": "cd ./config/ && node available-languages.js",
15-
"build": "yarn build:git-hash && NODE_ENV=\"production\" NODE_OPTIONS=\"--openssl-legacy-provider\" webpack --bail --progress --profile --config config/webpack.prod.js",
15+
"build": "yarn build:git-hash && NODE_ENV=\"production\" webpack --bail --progress --profile --config config/webpack.prod.js",
1616
"build:git-hash": "node config/githash.js",
17-
"build:test": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack --bail --progress --config config/webpack.testing.js",
17+
"build:test": "webpack --bail --progress --config config/webpack.testing.js",
1818
"gettext:compile": "angular-gettext-cli --compile --files './client/gettext/po/**/*.po' --dest 'client/gettext/json/manageiq-ui-service.json' --format json && yarn available-languages && yarn gettext:validate-language-codes",
1919
"gettext:extract": "angular-gettext-cli --files './client/**/*.+(js|html)' --exclude '**/*.+spec.js' --dest './client/gettext/po/manageiq-ui-service.pot' --marker-names '__,N_'",
2020
"gettext:validate": "yarn node language/validate.js",
2121
"gettext:validate-language-codes": "yarn node language/validate-language-codes.js",
22-
"start": "NODE_OPTIONS=\"--openssl-legacy-provider\" webpack serve --progress --config config/webpack.dev.js",
22+
"start": "webpack serve --progress --config config/webpack.dev.js",
2323
"t": "yarn run build:test && yarn run test:karma",
2424
"test": "yarn run gettext:extract && yarn run gettext:validate && yarn run gettext:validate-language-codes && yarn run t",
2525
"test:karma": "karma start karma.conf.js --single-run",

0 commit comments

Comments
 (0)