
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@labor-digital/asset-building
Advanced tools
A package that provides you with the whole suitcase of modern asset building for the web, powered by webpack
This package provides you with the whole suitcase of modern asset building for the web. Build on top of webpack it goes a similar root as encore or mix but with almost zero configuration on your part. We use this builder for all of our projects from traditional monolithic javascript, over jQuery, Vue.js, and Typescript (It can't cook you a coffee, tho!). If the base distribution does not meet your requirements, it is possible to extend it using the built-in hook system or by writing your webpack config.
npm install --save-dev @labor-digital/asset-building
This package works in Node.js ^16.20.0
"scripts": {
"build": "labor-asset-building build",
"watch": "labor-asset-building watch",
"analyze": "labor-asset-building analyze"
}
For a basic usage example either take a look at the "demo" directories or create a new "App.ts" file next to your package.json, add "console.log("Hello world");" as content and alter your package.json like so:
"labor": {
"apps": [
{
"entry": "./App.ts",
"output": "./dist/bundle.js",
}
]
}
Start the watcher with "npm run watch" and the script should do it's magic :)
The documentation can be found here.
npm installnpm run watchnpm run buildThe documentation is powered by vuepress, you can spin up a dev server like so:
docsnpm installnpm run devYou're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: LABOR.digital - Fischtorplatz 21 - 55116 Mainz, Germany
We publish all received postcards on our company website.
FAQs
A package that provides you with the whole suitcase of modern asset building for the web, powered by webpack
The npm package @labor-digital/asset-building receives a total of 4 weekly downloads. As such, @labor-digital/asset-building popularity was classified as not popular.
We found that @labor-digital/asset-building demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.