SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
119
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SciPost
SciPost
41a3bd02c4b34bb6e2f9ec5be9e5118b028e6e0d
SciPost
postcss.config.js
Find file
Normal view
History
Permalink
postcss.config.js
69 B
Newer
Older
Trying to get Webpack 4 to work, miserable fail
Jean-Sébastien Caux
committed
5 years ago
1
module
.
exports
=
{
Fails again
Jean-Sébastien Caux
committed
5 years ago
2
3
4
5
plugins
:
[
require
(
'
autoprefixer
'
)
]
Trying to get Webpack 4 to work, miserable fail
Jean-Sébastien Caux
committed
5 years ago
6
}