Skip to content

Commit eb4fb66

Browse files
committed
refactor: use single quotes
1 parent 1785dd6 commit eb4fb66

File tree

1 file changed

+1
-1
lines changed
  • packages/liferay-npm-bundler/src/adapt/liferay-fragment

1 file changed

+1
-1
lines changed

packages/liferay-npm-bundler/src/adapt/liferay-fragment/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function transformBundles(): Promise<void> {
4040
await transformJsSourceFile(
4141
sourceFile,
4242
destFile,
43-
wrapModule(`__FRAGMENT_MODULE_NAME__`, {
43+
wrapModule('__FRAGMENT_MODULE_NAME__', {
4444
defineDependencies: {
4545
__MODULE__: 'module',
4646
__REQUIRE__: 'require',

0 commit comments

Comments
 (0)