We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ffaf commit d866f3bCopy full SHA for d866f3b
projects/npm-tools/packages/npm-scripts/package.json
@@ -50,6 +50,7 @@
50
"liferay-npm-bridge-generator": "2.24.2",
51
"liferay-npm-bundler": "2.24.2",
52
"liferay-npm-bundler-loader-css-loader": "2.24.2",
53
+ "liferay-npm-bundler-loader-json-loader": "2.24.2",
54
"liferay-npm-bundler-plugin-exclude-imports": "2.24.2",
55
"liferay-npm-bundler-plugin-inject-imports-dependencies": "2.24.2",
56
"liferay-npm-bundler-plugin-inject-peer-dependencies": "2.24.2",
projects/npm-tools/packages/npm-scripts/src/config/npmscripts.config.js
@@ -56,6 +56,10 @@ module.exports = {
test: '\\.css$',
57
use: ['css-loader'],
58
},
59
+ {
60
+ test: '\\.json',
61
+ use: ['json-loader'],
62
+ },
63
{
64
exclude: 'node_modules',
65
test: '\\.scss$',
0 commit comments