Modules should not include anything having to deal with markup, CSS, or images. There is already conditionals in place to prevent the templates from being copied, but all of the build steps should be removed. This will require some sort of conditional in the templates, or worse case, a different template for ES2015 modules (specifically things like package.json and .npmignore).
Modules should not include anything having to deal with markup, CSS, or images. There is already conditionals in place to prevent the templates from being copied, but all of the build steps should be removed. This will require some sort of conditional in the templates, or worse case, a different template for ES2015 modules (specifically things like
package.jsonand.npmignore).