Your advanced code editor is loading. Please wait a moment. services: webpack: build: . command: npx webpack –watch –config webpack.dev.js image: sce_webpack:latest volumes: .:/app:delegated /app/node_modules/ # exclude from volume mount; we want this inside the container environment: JEKYLL_ENV=development