weboptimizer 2.0.1358 → 2.0.1360
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/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1360",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"prepare": "yarn build",
|
|
75
75
|
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
76
76
|
"prettify": "yarn lint:base --fix || true",
|
|
77
|
-
"test": "yarn build:test && jest --config ./jest.json --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/helper.js test/ejsLoader.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
|
|
77
|
+
"test": "yarn build:test && jest --config ./jest.json --noStackTrace --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/helper.js test/ejsLoader.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
|
|
78
78
|
"test:coverage": "yarn test --ci --coverage --coverageReporters=text --coverageReporters=text-summary --silent --testLocationInResults",
|
|
79
79
|
"test:coverage:report": "yarn test:coverage --coverageDirectory=.coverage --coverageReporters=lcov --outputFile=lcov.info",
|
|
80
80
|
"test:watch": "yarn test --watch",
|
|
@@ -486,6 +486,9 @@
|
|
|
486
486
|
"'**/plugins/*'",
|
|
487
487
|
"--ignore-pattern",
|
|
488
488
|
"'*.d.ts'",
|
|
489
|
+
{
|
|
490
|
+
"__evaluate__": "Tools.isFileSync(path.resolve(currentPath, 'tsconfig.json')) ? '--parser-options=project:tsconfig.json' : ''"
|
|
491
|
+
},
|
|
489
492
|
"--resolve-plugins-relative-to",
|
|
490
493
|
".",
|
|
491
494
|
"'**/*.{jsx,ts,tsx}'"
|
|
@@ -734,7 +737,7 @@
|
|
|
734
737
|
"last 2 major versions",
|
|
735
738
|
"> 5%"
|
|
736
739
|
],
|
|
737
|
-
"testCommandLine": "jest --config node_modules/weboptimizer/jest.json --test-regex",
|
|
740
|
+
"testCommandLine": "jest --config node_modules/weboptimizer/jest.json --noStackTrace --test-regex",
|
|
738
741
|
"testCommandLineCoverageArguments": "--ci --coverage --coverage-reporters=text --coverage-reporters=text-summary --silent --test-location-in-results"
|
|
739
742
|
},
|
|
740
743
|
"givenCommandLineArguments": [],
|