File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 120
120
"./helpers/sum.js" : " ./dist/_app_/helpers/sum.js" ,
121
121
"./helpers/tan.js" : " ./dist/_app_/helpers/tan.js" ,
122
122
"./helpers/tanh.js" : " ./dist/_app_/helpers/tanh.js" ,
123
- "./helpers/trunc.js" : " ./dist/_app_/helpers/trunc.js" ,
124
- "./index.js" : " ./dist/_app_/index.js"
123
+ "./helpers/trunc.js" : " ./dist/_app_/helpers/trunc.js"
125
124
}
126
125
},
127
126
"files" : [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default {
23
23
// These are the modules that should get reexported into the traditional
24
24
// "app" tree. Things in here should also be in publicEntrypoints above, but
25
25
// not everything in publicEntrypoints necessarily needs to go here.
26
- addon . appReexports ( [ 'helpers/**/*.js' , 'index.js' ] ) ,
26
+ addon . appReexports ( [ 'helpers/**/*.js' ] ) ,
27
27
28
28
// This babel config should *not* apply presets or compile away ES modules.
29
29
// It exists only to provide development niceties for you, like automatic
You can’t perform that action at this time.
0 commit comments