Skip to content

Commit 6eba718

Browse files
authored
fix: update boltData function to bolt-data
1 parent 00a7da4 commit 6eba718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-tools/create-webpack-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function createConfig(config) {
296296
functions: {
297297
sassExportData,
298298
jsonFunctions,
299-
'boltData($keys)': function (keys) {
299+
'bolt-data($keys)': function (keys) {
300300
keys = keys.getValue().split('.');
301301
var result = sassVars;
302302
var i;

0 commit comments

Comments
 (0)