File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- import { makeBaseNPMConfig , makeNPMConfigVariants , plugins } from '../../rollup/index.js' ;
1
+ import { makeBaseNPMConfig , makeNPMConfigVariants } from '../../rollup/index.js' ;
2
2
3
3
export default [
4
4
...makeNPMConfigVariants (
@@ -17,7 +17,8 @@ export default [
17
17
entrypoints : [ 'src/config/templates/prefixLoaderTemplate.ts' , 'src/config/templates/proxyLoaderTemplate.ts' ] ,
18
18
19
19
packageSpecificConfig : {
20
- plugins : [ plugins . makeRemoveMultiLineCommentsPlugin ( ) ] ,
20
+ // TODO: Turn this off until the regex can be fixed
21
+ // plugins: [plugins.makeRemoveMultiLineCommentsPlugin()],
21
22
output : {
22
23
// Preserve the original file structure (i.e., so that everything is still relative to `src`)
23
24
entryFileNames : 'config/templates/[name].js' ,
You can’t perform that action at this time.
0 commit comments