mirror of https://github.com/webpack/webpack.git
fixed import-context-filter test
This commit is contained in:
parent
7cc8d68821
commit
06c228b34d
|
|
@ -1,7 +1,8 @@
|
||||||
async function getTemplate(templateName) {
|
async function getTemplate(templateName) {
|
||||||
try {
|
try {
|
||||||
let template = await import(
|
let template = await import(
|
||||||
/* webpackFilter: "^(?:[^.]*(?:\\.(?!noimport(?:\\.js)?$))?)*$" */
|
/* webpackFilter: "\\.js$" */
|
||||||
|
/* webpackExclude: "\\.noimport\\.js$" */
|
||||||
`./templates/${templateName}`
|
`./templates/${templateName}`
|
||||||
);
|
);
|
||||||
console.log(template);
|
console.log(template);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Hash: 33a4de53934d1a739090
|
Hash: 6cd77e5f0fec5bd9044b
|
||||||
Time: Xms
|
Time: Xms
|
||||||
Asset Size Chunks Chunk Names
|
Asset Size Chunks Chunk Names
|
||||||
0.js 289 bytes 0 [emitted]
|
0.js 289 bytes 0 [emitted]
|
||||||
|
|
@ -8,5 +8,5 @@ entry.js 6.82 kB 3 [emitted] entry
|
||||||
[0] (webpack)/test/statsCases/import-context-filter/templates/bar.js 38 bytes {2} [optional] [built]
|
[0] (webpack)/test/statsCases/import-context-filter/templates/bar.js 38 bytes {2} [optional] [built]
|
||||||
[1] (webpack)/test/statsCases/import-context-filter/templates/baz.js 38 bytes {1} [optional] [built]
|
[1] (webpack)/test/statsCases/import-context-filter/templates/baz.js 38 bytes {1} [optional] [built]
|
||||||
[2] (webpack)/test/statsCases/import-context-filter/templates/foo.js 38 bytes {0} [optional] [built]
|
[2] (webpack)/test/statsCases/import-context-filter/templates/foo.js 38 bytes {0} [optional] [built]
|
||||||
[3] (webpack)/test/statsCases/import-context-filter/entry.js 444 bytes {3} [built]
|
[3] (webpack)/test/statsCases/import-context-filter/entry.js 452 bytes {3} [built]
|
||||||
[4] (webpack)/test/statsCases/import-context-filter/templates lazy ^\.\/.*$ 160 bytes {3} [optional] [built]
|
[4] (webpack)/test/statsCases/import-context-filter/templates lazy ^\.\/.*$ 160 bytes {3} [optional] [built]
|
||||||
Loading…
Reference in New Issue