Skip to content

Commit

Permalink
refactor(create-plugin): put back pluginId in publicPath.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Jul 3, 2024
1 parent f65b479 commit a493180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ import amdMetaModule from 'amd-module';
__webpack_public_path__ =
amdMetaModule && amdMetaModule.uri
? amdMetaModule.uri.slice(0, amdMetaModule.uri.lastIndexOf('/') + 1)
: 'public/plugins/heywesty-trafficlight-panel/';
: 'public/plugins/{{ pluginId }}/';

0 comments on commit a493180

Please sign in to comment.