Skip to content
Snippets Groups Projects
Commit 6b999411 authored by Thibaut Girka's avatar Thibaut Girka
Browse files

Revert CircleCI and some webpack changes to match upstream

parent d52e27f3
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ aliases:
DB_HOST: localhost
DB_USER: root
RAILS_ENV: test
NODE_ENV: test
PARALLEL_TEST_PROCESSORS: 4
ALLOW_NOPAM: true
CONTINUOUS_INTEGRATION: true
......@@ -122,10 +121,7 @@ jobs:
steps:
- *attach_workspace
- *install_system_dependencies
- run:
name: Precompile assets
command: ./bin/rails assets:precompile
no_output_timeout: 40m
- run: ./bin/rails assets:precompile
- persist_to_workspace:
root: ~/projects/
paths:
......
......@@ -5,7 +5,4 @@ const sharedConfig = require('./shared.js');
module.exports = merge(sharedConfig, {
mode: 'development',
optimization: {
minimize: false,
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment