-
Hi, good morning! I have an issue, generating the bundled file with the plugin. Please guys if you have any cue how to solve this, will be appreciated. Regards.
WARNING in ./~/loopback-boot/browser.j…
-
Hello,
I have an issue, twig partials are not reloaded (even refreshing the browser manually). here the rule I use :
```
{
test: /\.twig$/,
use: [
{
…
-
大佬咱这个啥时候能支持rollup呢,封装内部函数库用rollup打包
-
配置:
```
fis.match('::packager', {
// npm install [-g] fis3-postpackager-loader
// 分析 __RESOURCE_MAP__ 结构,来解决资源加载问题
postpackager: fis.plugin('loader', {
resourceType: 'mod',
…
-
1.extract-text-webpack-plugin是分离css工具,optimize-css-assets-webpack-plugin是压缩css的工具。两者结合使用,就可以打包出分离的css
![QQ图片20190328154711](https://user-images.githubusercontent.com/34706024/55140230-815d2e80-5172…
-
> node --version
v8.7.0
> npm -v
5.4.2
> npm install
> npm run dev
按文档描述的执行,结果报错:
ERROR in Error: Child compilation failed:
Module build failed: SyntaxError: Unexpected token (1:0)
…
-
it seems this plugin - while beeing announced as the successfor from loadz0r - does not support the `publicPath` as loadz0r did
https://github.com/surma/rollup-plugin-loadz0r/pull/11/files
was t…
-
I'm using the contenthash in the filenames to allow long term caching:
https://webpack.js.org/guides/caching/
Unfortunately if the content is changed by the PurgeCss plugin **only**, for example s…
-
:bug: Not able to use some of `html-webpack-plugin`'s templating features.
Example from https://github.com/jantimon/html-webpack-plugin/blob/master/README.md#generating-multiple-html-files
```
…
-
I'm trying to use EJS with TypeScript as follows:
```ts
import * as ejs from "ejs";
ejs.fileLoader = (filePath: string): string => {
throw new Error(`File loading not allowed. Tried to load:…