File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
projects/npm-tools/packages/npm-scripts Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5050 "liferay-npm-bridge-generator" : " 2.24.2" ,
5151 "liferay-npm-bundler" : " 2.24.2" ,
5252 "liferay-npm-bundler-loader-css-loader" : " 2.24.2" ,
53+ "liferay-npm-bundler-loader-json-loader" : " 2.24.2" ,
5354 "liferay-npm-bundler-plugin-exclude-imports" : " 2.24.2" ,
5455 "liferay-npm-bundler-plugin-inject-imports-dependencies" : " 2.24.2" ,
5556 "liferay-npm-bundler-plugin-inject-peer-dependencies" : " 2.24.2" ,
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ module.exports = {
5656 test : '\\.css$' ,
5757 use : [ 'css-loader' ] ,
5858 } ,
59+ {
60+ test : '\\.json' ,
61+ use : [ 'json-loader' ] ,
62+ } ,
5963 {
6064 exclude : 'node_modules' ,
6165 test : '\\.scss$' ,
Original file line number Diff line number Diff line change @@ -10227,6 +10227,13 @@ liferay-npm-bundler-loader-css-loader@^2.27.0:
1022710227 liferay-npm-build-tools-common "2.27.0"
1022810228 read-json-sync "^2.0.1"
1022910229
10230+ liferay-npm-bundler-loader-json-loader@2.24.2:
10231+ version "2.24.2"
10232+ resolved "https://registry.yarnpkg.com/liferay-npm-bundler-loader-json-loader/-/liferay-npm-bundler-loader-json-loader-2.24.2.tgz#6d66d14a9d369e6b75597737b43419e5ff00de9d"
10233+ integrity sha512-3Dc3zap9XpnG0J8WYZC/dbnz8WBcF7KE04b6OGDAb3ZndzXrs4wLhCNRjICqFIHqQtjUr+ejAfYC5qA2HHK43w==
10234+ dependencies:
10235+ liferay-npm-build-tools-common "2.24.2"
10236+
1023010237liferay-npm-bundler-loader-json-loader@^2.27.0:
1023110238 version "2.27.0"
1023210239 resolved "https://registry.yarnpkg.com/liferay-npm-bundler-loader-json-loader/-/liferay-npm-bundler-loader-json-loader-2.27.0.tgz#0ce2bebaffc773b5abf6a4b07d3a536109a77a8e"
You can’t perform that action at this time.
0 commit comments