diff --git a/.github/workflows/homepage_update.yml b/.github/workflows/homepage_update.yml index c1f62e6..737ad34 100644 --- a/.github/workflows/homepage_update.yml +++ b/.github/workflows/homepage_update.yml @@ -31,7 +31,7 @@ jobs: deploy-website-source-files: runs-on: ubuntu-latest - name: web source file upload to s3 bucket + name: web source files to s3 defaults: run: working-directory: ./static diff --git a/static/webpack.local.js b/static/webpack.local.js index eddff54..41b435f 100644 --- a/static/webpack.local.js +++ b/static/webpack.local.js @@ -1,6 +1,5 @@ const { merge } = require('webpack-merge'); const baseConfig = require('./webpack.config.js'); -const path = require('path'); module.exports = merge( baseConfig,