Skip to content

Commit 37c9885

Browse files
committed
Removed autoprefixer which isn't used for right now, will discuss reimplement
1 parent ed1c7fa commit 37c9885

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

addon/ng2/models/webpack-build-utils.ts

-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const path = require('path');
2-
const autoprefixer = require('autoprefixer');
32

43
export const ngAppResolve = (resolvePath: string): string => {
54
return path.resolve(process.cwd(), resolvePath);
@@ -22,9 +21,3 @@ export const webpackDevServerOutputOptions = {
2221
chunks: false,
2322
chunkModules: false
2423
}
25-
26-
export const postCssConfiguration = () => {
27-
return {
28-
defaults: [autoprefixer]
29-
};
30-
}

0 commit comments

Comments
 (0)