Skip to content

Commit

Permalink
Implement build script using webpack config from build-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
griffbrad authored and gziolo committed Feb 12, 2019
1 parent d1ca2da commit 44c2fc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"dependencies": {
"@wordpress/babel-preset-default": "file:../babel-preset-default",
"@wordpress/build-config": "file:../build-config",
"@wordpress/eslint-plugin": "file:../eslint-plugin",
"@wordpress/jest-preset-default": "file:../jest-preset-default",
"@wordpress/npm-package-json-lint-config": "file:../npm-package-json-lint-config",
Expand All @@ -44,7 +43,6 @@
"jest-puppeteer": "3.2.1",
"npm-package-json-lint": "^3.3.1",
"puppeteer": "1.6.1",
"react-dev-utils": "^6.1.1",
"read-pkg-up": "^1.0.1",
"resolve-bin": "^0.4.0",
"stylelint": "^9.10.1",
Expand Down
1 change: 0 additions & 1 deletion packages/scripts/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ if ( hasWebpackConfig ) {
console.log( 'Webpack config file is missing.' );
process.exit( 1 );
}

0 comments on commit 44c2fc1

Please sign in to comment.