Skip to content

Commit 9c65c2d

Browse files
committed
fix: CLI does not build
1 parent f65d2a9 commit 9c65c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/webpack/webpack.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const common = {
4949
}),
5050
{
5151
cli: './src/index.ts',
52-
sassCompiler: '../vlocity-deploy/src/scss/forked/fork.ts'
52+
'sass-compiler': '../sass/src/bin.ts'
5353
}),
5454
module: {
5555
rules: [

0 commit comments

Comments
 (0)