ソースを参照

libraryTarget: 'umd',

Andrey Titovskiy 3 年 前
コミット
c05dc23f6e
3 ファイル変更2 行追加1 行削除
  1. 1 1
      build/index.js
  2. 0 0
      build/index.js.map
  3. 1 0
      webpack.config.js

ファイルの差分が大きいため隠しています
+ 1 - 1
build/index.js


ファイルの差分が大きいため隠しています
+ 0 - 0
build/index.js.map


+ 1 - 0
webpack.config.js

@@ -9,6 +9,7 @@ module.exports = {
 	entry: './src/index.js',
 	output: {
 		library: 'Branding',
+		libraryTarget: 'umd',
 		path: path.resolve(__dirname, outputDirectory),
 		filename: 'index.js',
 	},

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません