froala / angular-froala-wysiwyg

Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
734 stars 201 forks source link

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

Open chrisvanderkooi opened 5 years ago

chrisvanderkooi commented 5 years ago

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

sfabriece commented 5 years ago

is this still an issue @chrisvanderkooi ?

zhaydexxa commented 4 years ago

still an issue here .. using angular 7

cristian-murcia commented 4 years ago

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

rolion commented 4 years ago

it is still a problem in angular 9

xxmaucoxx commented 4 years ago

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