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' ;
22
33export default [
44 ...makeNPMConfigVariants (
@@ -17,7 +17,8 @@ export default [
1717 entrypoints : [ 'src/config/templates/prefixLoaderTemplate.ts' , 'src/config/templates/proxyLoaderTemplate.ts' ] ,
1818
1919 packageSpecificConfig : {
20- plugins : [ plugins . makeRemoveMultiLineCommentsPlugin ( ) ] ,
20+ // TODO: Turn this off until the regex can be fixed
21+ // plugins: [plugins.makeRemoveMultiLineCommentsPlugin()],
2122 output : {
2223 // Preserve the original file structure (i.e., so that everything is still relative to `src`)
2324 entryFileNames : 'config/templates/[name].js' ,
You can’t perform that action at this time.
0 commit comments