File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ export default [
19
19
packageSpecificConfig : {
20
20
plugins : [ plugins . makeRemoveMultiLineCommentsPlugin ( ) ] ,
21
21
output : {
22
- // Preserve the original file structure (i.e., so that everything is still relative to `src`). (Not entirely
23
- // clear why this is necessary here and not for other entrypoints in this file.)
22
+ // Preserve the original file structure (i.e., so that everything is still relative to `src`)
24
23
entryFileNames : 'config/templates/[name].js' ,
25
24
26
25
// this is going to be add-on code, so it doesn't need the trappings of a full module (and in fact actively
@@ -43,6 +42,9 @@ export default [
43
42
44
43
packageSpecificConfig : {
45
44
output : {
45
+ // Preserve the original file structure (i.e., so that everything is still relative to `src`)
46
+ entryFileNames : 'config/loaders/[name].js' ,
47
+
46
48
// make it so Rollup calms down about the fact that we're combining default and named exports
47
49
exports : 'named' ,
48
50
} ,
You can’t perform that action at this time.
0 commit comments