USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

Integrate Webpack 4 tooling into latest FSA Style codebase #251

Closed bignamehere closed 2 years ago

bignamehere commented 6 years ago

The FSA Style codebase currently being used in the Webpack and Webpack 4 (WP4) initiative is severely out of date/sync with the current FSA Style codebase. A new branch is needed that runs Webpack 4 as the tooling setup.

Steps to take:

bignamehere commented 6 years ago

@francisrupert I was able to get version 2.1.4 working with Webpack 4 with the above listed steps. You can either perform those actions or should just be able to pull down feature/wp4 branch, delete your node_modules, then perform the yarn install, yarn build, and yarn start.

I highly recommend using yarn, as it takes about 1/4 of the time. Let me know if you run into any issues.

bignamehere commented 4 years ago

In theory, you could utilize the same Webpack config and project structure that the ProtoKit uses to create a new FSA Style using for Webpack.

bignamehere commented 4 years ago

didn't mean to close

whatnextjamie commented 2 years ago

@bignamehere is this an old issue that should be closed?

bignamehere commented 2 years ago

@whatnextjamie yep, that’s no longer going to be relevant with Vite.JS being a better option.