Skip to content
Snippets Groups Projects
Commit 360231ee authored by David O'Regan's avatar David O'Regan
Browse files

Drop webpack in favour of esbuild

parent aa2a1078
No related branches found
No related tags found
No related merge requests found
Pipeline #1466 passed
...@@ -19,8 +19,7 @@ test: ...@@ -19,8 +19,7 @@ test:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn add webpack webpack-cli - yarn run esbuild
- yarn webpack --mode production
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io - bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- bin/bridgetown clean - bin/bridgetown clean
except: except:
...@@ -40,8 +39,7 @@ pages: ...@@ -40,8 +39,7 @@ pages:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn add webpack webpack-cli - yarn run esbuild
- yarn webpack --mode production
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io - bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- mv output public - mv output public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment