d6ede68a9f
Bumps [@types/express-fileupload](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-fileupload) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-fileupload) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
backpack.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
Custom Webpack Configuration With Typescript Example
How to use
Download the example (or clone the whole project)[https://github.com/palmerhq/backpack.git]:
curl https://codeload.github.com/palmerhq/backpack/tar.gz/master | tar -xz --strip=2 backpack-master/examples/with-typescript
cd with-typescript
Install it and run:
npm install
npm run dev
Idea behind the example
This demonstrates how to customize the underlying Webpack 2 configuration in a Backpack project using a backpack.config.js
file.
The app itself is exactly the same project as the Webpack configuration example. However, the express application is written in TypeScript.