@itera-web/cli 1.1.65 → 1.1.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/config/webpack.common.js +7 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -144,6 +144,7 @@ module.exports = {
|
|
|
144
144
|
{
|
|
145
145
|
test: jsRegex,
|
|
146
146
|
exclude: moduleRegex,
|
|
147
|
+
include: [resolve('src')],
|
|
147
148
|
use: [
|
|
148
149
|
{
|
|
149
150
|
loader: 'babel-loader',
|
|
@@ -175,4 +176,10 @@ module.exports = {
|
|
|
175
176
|
},
|
|
176
177
|
},
|
|
177
178
|
optimization: {},
|
|
179
|
+
cache: {
|
|
180
|
+
type: 'filesystem',
|
|
181
|
+
buildDependencies: {
|
|
182
|
+
config: [__filename]
|
|
183
|
+
}
|
|
184
|
+
}
|
|
178
185
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itera-web/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.68",
|
|
4
4
|
"bin": {
|
|
5
5
|
"itera-cli": "./bin/index.js"
|
|
6
6
|
},
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@types/node-fetch": "^2.6.13",
|
|
27
27
|
"@types/npmlog": "^7.0.0",
|
|
28
28
|
"@types/postcss-pxtorem": "^6.1.0",
|
|
29
|
+
"@types/speed-measure-webpack-plugin": "^1.3.6",
|
|
29
30
|
"@types/uglify-js": "^3.17.5",
|
|
30
31
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
31
32
|
"@types/yargs": "^17.0.33",
|