Rename index.jsx files to match naming pattern
[MAILPOET-2450]
This commit is contained in:
committed by
Jack Kitterhing
parent
776cd01e20
commit
857d0c79ab
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import Editor from './components/editor.jsx';
|
import Editor from './components/editor.jsx';
|
||||||
import initStore from './store/index.jsx';
|
import initStore from './store/store.jsx';
|
||||||
|
|
||||||
const appElement = document.querySelector('#mailpoet_form_edit');
|
const appElement = document.querySelector('#mailpoet_form_edit');
|
||||||
|
|
@@ -367,7 +367,7 @@ const testConfig = {
|
|||||||
const formEditorConfig = {
|
const formEditorConfig = {
|
||||||
name: 'form_editor',
|
name: 'form_editor',
|
||||||
entry: {
|
entry: {
|
||||||
form_editor: 'form_editor/index.jsx',
|
form_editor: 'form_editor/form_editor.jsx',
|
||||||
},
|
},
|
||||||
externals: {
|
externals: {
|
||||||
'jquery': 'jQuery',
|
'jquery': 'jQuery',
|
||||||
|
Reference in New Issue
Block a user