File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/rollup-utils/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export function makeDebugBuildStatementReplacePlugin() {
126126}
127127
128128export function makeProductionReplacePlugin ( ) {
129- const pattern = / \/ \* r o l l u p - i n c l u d e - d e v e l o p m e n t - o n l y \* \/ [ \s \S ] * ?\/ \* e n d - r o l l u p - i n c l u d e - d e v e l o p m e n t - o n l y \* \/ / g;
129+ const pattern = / \/ \* r o l l u p - i n c l u d e - d e v e l o p m e n t - o n l y \* \/ [ \s \S ] * ?\/ \* r o l l u p - i n c l u d e - d e v e l o p m e n t - o n l y - e n d \* \/ \s * / g;
130130
131131 function stripDevBlocks ( code ) {
132132 if ( ! code ) return null ;
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export function init(options: BrowserOptions = {}): Client | undefined {
101101 }
102102 defaultIntegrations . push ( spotlightBrowserIntegration ( ) ) ;
103103 }
104- /* end- rollup-include-development-only */
104+ /* rollup-include-development-only-end */
105105
106106 const clientOptions : BrowserClientOptions = {
107107 ...options ,
You can’t perform that action at this time.
0 commit comments