use webpack for all builds

This commit is contained in:
Shawn Erquhart
2018-07-17 19:13:52 -04:00
parent 040dd6859c
commit 2f95d8c4fc
96 changed files with 2886 additions and 2068 deletions

View File

@ -1,4 +0,0 @@
import { init } from '../src/index';
import config from './config.yml';
init({ config });

View File

@ -1,5 +1,6 @@
backend:
name: test-repo
name: github
repo: erquhart/blank
display_url: https://example.com
media_folder: "assets/uploads"

View File

@ -5,10 +5,7 @@
<title>Netlify CMS Development Test</title>
<link rel="stylesheet" href="../src/index.css"/>
<script>
window.CMS_MANUAL_INIT = true;
window.repoFiles = {
_posts: {
"2015-02-14-this-is-a-post.md": {
@ -82,7 +79,7 @@
</head>
<body>
<script src='cms-test.js'></script>
<script src="dist/netlify-cms-core.js"></script>
<script>
var PostPreview = createClass({
render: function() {