File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ module.exports = [
15
15
plugins : [
16
16
new HtmlWebpackPlugin ( {
17
17
filename : "example1.html" ,
18
- template : "../../. assets/layout.html" ,
18
+ template : "../.assets/layout.html" ,
19
19
title : "Open Target (Multiple) / Example / Page 1" ,
20
20
} ) ,
21
21
] ,
22
22
} ) ,
23
- {
23
+ setup ( {
24
24
context : __dirname ,
25
25
entry : "./app2.js" ,
26
26
output : {
@@ -29,9 +29,9 @@ module.exports = [
29
29
plugins : [
30
30
new HtmlWebpackPlugin ( {
31
31
filename : "example2.html" ,
32
- template : "../../. assets/layout.html" ,
32
+ template : "../.assets/layout.html" ,
33
33
title : "Open Target (Multiple) / Example / Page 2" ,
34
34
} ) ,
35
35
] ,
36
- } ,
36
+ } ) ,
37
37
] ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = setup({
11
11
plugins : [
12
12
new HtmlWebpackPlugin ( {
13
13
filename : "example.html" ,
14
- template : "../../. assets/layout.html" ,
14
+ template : "../.assets/layout.html" ,
15
15
title : "Open Target / Example" ,
16
16
} ) ,
17
17
] ,
You can’t perform that action at this time.
0 commit comments