Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.js bundle is not minified #1877

Closed
claisne opened this issue Aug 22, 2017 · 0 comments
Closed

app.js bundle is not minified #1877

claisne opened this issue Aug 22, 2017 · 0 comments

Comments

@claisne
Copy link

claisne commented Aug 22, 2017

When building, the app bundle is not minified:

Steps to reproduce:
gatsby new test
gatsby build

Begining of the bundle:

webpackJsonp([15178676390636814000],{

/***/ "./.cache/api-runner-browser.js":
/***/ (function(module, exports) {

	"use strict";
	
	exports.__esModule = true;
	exports.apiRunner = apiRunner;
	exports.apiRunnerAsync = apiRunnerAsync;
	var plugins = [];
	// During bootstrap, we write requires at top of this file which looks
	// basically like:
	// var plugins = [
	//   require('/path/to/plugin1/gatsby-browser.js'),
	//   require('/path/to/plugin2/gatsby-browser.js'),
	// ]
	

Node version: 8.4.0
Yarn version: 0.24.6
Gatsby version: 1.8.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant