Skip to content

Commit 019e68f

Browse files
committed
refactor: update yaml api
1 parent c01d08e commit 019e68f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/webpack-components/web/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { VueLoaderPlugin } from "vue-loader";
66
import webpack from "webpack";
77
import * as json5 from "#core/json5";
88
import PoFile from "#core/locale/po-file";
9-
import yaml from "#core/yaml";
9+
import * as yaml from "#core/yaml";
1010
import WebpackComponent from "#lib/component";
1111

1212
export default class extends WebpackComponent {

0 commit comments

Comments
 (0)