make npm module
Summary: We want to use the yoga playground as a standalone package as well. This adds a webpack config to bundle the playground for npm. The package can then be distributed as `yoga-playground` via npm Reviewed By: fabiomassimo Differential Revision: D16583334 fbshipit-source-id: 84807ddd8983ba9f0fb43570b518c975f35544ab
This commit is contained in:
committed by
Facebook Github Bot
parent
095c991b85
commit
947230958d
@@ -10,9 +10,9 @@
|
||||
|
||||
import React, {Component} from 'react';
|
||||
import Page from '../components/Page';
|
||||
import Playground from '../components/Playground';
|
||||
import Playground from '../components/Playground/src';
|
||||
import DocsSidebar from '../components/DocsSidebar';
|
||||
import EditValue from '../components/Playground/EditValue';
|
||||
import EditValue from '../components/Playground/src/EditValue';
|
||||
import Link from 'gatsby-link';
|
||||
import {Button, Icon, Row, Col} from 'antd';
|
||||
import './index.css';
|
||||
|
Reference in New Issue
Block a user