오윤석

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

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