Skip to content

Commit 6c76100

Browse files
committed
sass-worker: upgrade sass.js to 0.11.0 and use unminified version.
1 parent 49645df commit 6c76100

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/app/src/sandbox/eval/transpilers/sass/worker/sass-worker.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import { extname } from 'path';
44
import delay from '@codesandbox/common/lib/utils/delay';
55

66
self.importScripts([
7-
process.env.NODE_ENV === 'production'
8-
? 'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.13/sass.sync.min.js'
9-
: 'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.13/sass.sync.js',
7+
'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.11.0/sass.sync.js',
108
]);
119

1210
self.postMessage('ready');

0 commit comments

Comments
 (0)