오윤석

aws lambda에서 불러오는 파일명대로 수정

......@@ -4,7 +4,7 @@ module.exports = {
entry: './src/import.js',
output: {
path: __dirname + '/dist',
filename: 'bundle.js',
filename: 'import.js',
library: 'import',
libraryTarget: 'commonjs2'
},
......