소스 검색

[doc] use file extension in target

mightyplow 6 년 전
부모
커밋
20c1b96c76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ entry: {
 plugins: [
     new InjectAssetsPlugin({
         // replace assets in the service worker and in the app script
-        targets: ['serviceWorker', 'app']
+        targets: ['serviceWorker', 'app|js']
     })
 ]
 ...