소스 검색

Update banner

customisations
alemart 10 달 전
부모
커밋
fc57be1d78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      webpack.config.js

+ 1
- 1
webpack.config.js 파일 보기

@@ -32,7 +32,7 @@ module.exports = (env, argv) => ({
32 32
     plugins: [
33 33
         new webpack.BannerPlugin({
34 34
             banner: ((({ author, version, year, homepage, description, date }) => ([
35
-                `encantAR.js version ${version}`,
35
+                `encantar.js version ${version}`,
36 36
                 `${description}`,
37 37
                 `Copyright ${year} ${author}`,
38 38
                 `${homepage}`,

Loading…
취소
저장