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:
- gem install bridgetown -N
- bundle install
- yarn install
- yarn add webpack webpack-cli
- yarn webpack --mode production
- yarn run esbuild
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- bin/bridgetown clean
except:
......@@ -40,8 +39,7 @@ pages:
- gem install bridgetown -N
- bundle install
- yarn install
- yarn add webpack webpack-cli
- yarn webpack --mode production
- yarn run esbuild
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- mv output public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment