Skip to content

Commit

Permalink
fix: export react.js from render
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 28, 2020
1 parent 56aa592 commit 9ffc315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dist/",
"package.json",
"README.md",
"react.js",
"react.d.ts"
],
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/gatsby/.config/buildtime.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const { defaultBuildConfig } = require('@component-controls/core');

module.exports = {
stories: [
Expand Down

0 comments on commit 9ffc315

Please sign in to comment.