Importing .scss [development vs production]

I am using the webpack:webpack meteor package with the webpack:sass package.

When I import a .scss file in development, it gets injected into the document body as <style></style> tags. But in production it’s moved into the minified stylesheet. Is there a way to prevent this?