-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
@timwright12 and others, here are my notes and questions. proxyUrl for browserSyncCurrently we have Can Entry namesThere is one entry name different. One NPM script addedI Added one new NPM script: Note that there are less NPM packages with this setup. Added postcss.config.jsFor clarity I have added PostCSS config in it's own Rename
|
I'm a little backed up from pre-PTO right now, but I'll make a note to review this Monday when I'm back. |
Just wanted to note that I tested this branch and all commands and features work as expected. One thing I might request is that Organization of the webpack config files makes sense and is quite clean. Performance seems great to me. Kudos to @samikeijonen for pulling together this PR so quickly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't seem like the stylelinting or the estlinting is active here, can we add that in? The old/current one also ran --fix
on eslint through webpack https://github.com/10up/theme-scaffold/blob/master/webpack.config.babel.js#L30
Also, let's make sure the readme gets updated. After we're good here, we'll need to add these changes into the plugin repo as well.
@timwright12 Did you mean in Webpack build process? |
@samikeijonen yeah, anywhere. I didn't see linting errors surface at all. |
@timwright12 I added linting in the build process also. I feel like CSS linting should happen in |
@timwright12 I have updated |
@samikeijonen this looks good to me, can you port these over to the plugin repo? 10up/plugin-scaffold#84 we'll merge them at the same time |
Fixes #110
I'll add my notes tomorrow, it's getting too late.
Relates to issue #110.