소스 검색

output fix

Andrey Titovskiy 3 년 전
부모
커밋
06b9d6ec6a
5개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      build/branding.js.map
  2. 1 1
      build/index.html
  3. 0 0
      build/index.js
  4. 0 0
      build/index.js.map
  5. 1 1
      webpack.config.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/branding.js.map


+ 1 - 1
build/index.html

@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Ulearn Branding Test</title><link href="style.css" rel="stylesheet"></head><body><div id="root" style="width: 100%; height: 100%;">test</div><script src="branding.js"></script></body></html>
+<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Ulearn Branding Test</title><link href="style.css" rel="stylesheet"></head><body><div id="root" style="width: 100%; height: 100%;">test</div><script src="index.js"></script></body></html>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/index.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/index.js.map


+ 1 - 1
webpack.config.js

@@ -12,7 +12,7 @@ module.exports = {
 		library: 'Branding',
 		libraryTarget: 'umd',
 		path: path.resolve(__dirname, outputDirectory),
-		filename: 'branding.js',
+		filename: 'index.js',
 	},
 	devtool: 'source-map',
 	module: {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.