angular-froala-wysiwyg icon indicating copy to clipboard operation
angular-froala-wysiwyg copied to clipboard

Warnings while compiling froala_editor.pkgd.min.css (postcss-loader)

Open chrisvanderkooi opened this issue 5 years ago • 5 comments

I generated a new project using the Angular CLI

ng new angularFroala3

then installed Froala 3

npm install angular-froala-wysiwyg

I inserted the following into my angular.json

"styles": [
  "./node_modules/froala-editor/css/froala_editor.pkgd.min",
  "./node_modules/froala-editor/css/froala_style.min.css",
  "src/styles.css"
],
"scripts": [
  "./node_modules/froala-editor/js/froala_editor.pkgd.min.js"
]

and imported the Froala modules into my app.module.ts

When I type ng s I get compile warnings (still compiles and works) from the postcss-loader

WARNING in ./node_modules/froala-editor/css/froala_editor.pkgd.min.css (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/froala-editor/css/froala_editor.pkgd.min.css)
Module Warning (from ./node_modules/postcss-loader/lib/index.js):
(Emitted value instead of an instance of Error) autoprefixer: /Users/chrisv/Web/angularFroala3/froala_editor.pkgd.css:757:27: auto-fill value is not supported by IE
ℹ 「wdm」: Compiled with warnings.

Any ideas? Followed the guide to the tee

chrisvanderkooi avatar May 20 '19 17:05 chrisvanderkooi

is this still an issue @chrisvanderkooi ?

sfabriece avatar Jun 19 '19 14:06 sfabriece

still an issue here .. using angular 7

zhaydexxa avatar Apr 26 '20 15:04 zhaydexxa

Para mi sigue siendo un problema,alguna posible solución.

cristian-murcia avatar Jul 23 '20 21:07 cristian-murcia

it is still a problem in angular 9

rolion avatar Aug 03 '20 20:08 rolion

change : "./node_modules/froala-editor/css/froala_editor.pkgd.min", by "./node_modules/froala-editor/css/froala_editor.min",

xxmaucoxx avatar Aug 19 '20 15:08 xxmaucoxx