Contributte Webpack Versions Save

📦 Webpack adapter for Nette Framework (@nette)

1.2.0

4 years ago
  • 🔧 Minimum required version of PHP is now 7.2, and up to 7.4 is supported.
  • 🐞 AssetLocator trims extra leading slashes that might force the browser to treat the asset name as a protocol-less absolute URL.
  • 🐞 WebpackNetteAdapter no longer tries to pre-load assets manifest when running the application in CLI, preventing failures when the assets are not built. If you use CLI to warmup DI container cache, you can bypass this behaviour by setting the OOPS_WEBPACK_OPTIMIZE_MANIFEST env variable to a truthy value.
  • ✨ You can configure AssetLocator to ignore certain asset names when the dev-server is available. Ignored assets are resolved to an empty Data URI. This is particularly helpful if you use style-loader in development which does not emit any CSS files.

1.1.0

5 years ago
  • This release brings compatibility with Nette 3.0 🎉 (as well as Nette 2.4 at the same time). Also, PHP version requirement has been raised to 7.1.
  • Some hidden hard dependencies on Nette packages (such as nette/application or nette/http) have been removed, so that WebpackNetteAdapter can be employed even in less traditional development stacks.
  • The timeout of DevServer's heartbeat check is now configurable, defaulting to the current value of 100 ms.