Skip to content

Commit 4f88996

Browse files
committed
revert to previously used folder structure and relative paths
1 parent 2c16939 commit 4f88996

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+188
-141
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"react",
1111
"stage-1"
1212
],
13+
"plugins": [
14+
"react-loadable/babel"
15+
],
1316
"env": {
1417
"test": {
1518
"presets": [

.eslintrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
"__PWA_ENV__": false,
1212
"__LOCAL__": false
1313
},
14-
"settings": {
15-
"import/resolver": {
16-
"webpack": {
17-
"config": "./webpack.client.js"
18-
}
19-
}
20-
},
2114
"rules": {
2215
"arrow-parens": ["error", "always"],
2316
"function-paren-newline": ["error", "consistent"],
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

client/core/components/LoaderHOC/loaderHOC.css renamed to client/components/LoaderHOC/loaderHOC.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../../core/vendor/css/variables.css';
1+
@import '../../vendor/css/variables.css';
22

33
.sk-cube-grid {
44
width: 30px;

0 commit comments

Comments
 (0)