Rename index.jsx files to match naming pattern

[MAILPOET-2450]
This commit is contained in:
Rostislav Wolny
2019-11-05 10:49:54 +01:00
committed by Jack Kitterhing
parent 776cd01e20
commit 857d0c79ab
3 changed files with 2 additions and 2 deletions

View File

@@ -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');

View File

@@ -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',