<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Documents tagged with Webpack]]></title><description><![CDATA[Documents tagged with Webpack]]></description><link>https://techsparx.comwebpack.xml</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Feb 2026 21:14:36 GMT</lastBuildDate><item><title><![CDATA[Fix Webpack's ability to load CSS while packaging an app 
]]></title><description><![CDATA[Web applications obviously will need CSS, and therefore Webpack must support packaging applications with CSS files.  However with the sample Webpack build procedure I'm using, it fails while loading a CSS file.  Let us take a look at the configuration changes required to fix this problem.
]]></description><link>https://techsparx.com/nodejs/howto/webpack-css-loader.html</link><guid isPermaLink="true">https://techsparx.com/nodejs/howto/webpack-css-loader.html</guid><pubDate>Sat, 14 Feb 2026 08:01:08 GMT</pubDate></item><item><title><![CDATA[Fix Webpack's ability to package an app using the mime module
]]></title><description><![CDATA[Application development with Vue.js, Electron, and other frameworks, requires using Webpack.  Being a Webpack newbie I'm not sure what it does, but it is required for the tasks I'm doing right now.  One of which failed with a strange error message while trying to build a Vue.js component which used the mime module.  Namely, we have to instruct Webpack to recognize the JSON files included in the mime module.
]]></description><link>https://techsparx.com/nodejs/howto/webpack-json-mime.html</link><guid isPermaLink="true">https://techsparx.com/nodejs/howto/webpack-json-mime.html</guid><pubDate>Sat, 14 Feb 2026 08:01:08 GMT</pubDate></item></channel></rss>