This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Description
When attempting use use with Webpack I get the following:
Error: ./src/app/app.module.ts
Module parse failed: Unexpected character '@' (27:0)
You may need an appropriate loader to handle this file type.
| import { Services } from '../services';
|
| @NgModule({
| declarations: [MyApp],
| imports: [
@ ./src/app/main.ts 16:0-41
@ multi ./node_modules/@sentry/webpack-plugin/src/sentry-webpack.module.js ./src/app/main.ts
at new BuildError (/path-to-project/node_modules/@ionic/app-scripts/dist/util/errors.js:16:28)
at callback (/path-to-project/node_modules/@ionic/app-scripts/dist/webpack.js:121:28)
at emitRecords.err (/path-to-project/node_modules/webpack/lib/Compiler.js:269:13)
at Compiler.emitRecords (/path-to-project/node_modules/webpack/lib/Compiler.js:375:38)
at emitAssets.err (/path-to-project/node_modules/webpack/lib/Compiler.js:262:10)
at applyPluginsAsyncSeries1.err (/path-to-project/node_modules/webpack/lib/Compiler.js:368:12)
at next (/path-to-project/node_modules/tapable/lib/Tapable.js:218:11)
at Compiler.compiler.plugin (/path-to-project/node_modules/webpack/lib/performance/SizeLimitsPlugin.js:99:4)
at next (/path-to-project/node_modules/tapable/lib/Tapable.js:220:14)
at versionPromise.then.then.then.then (/path-to-project/node_modules/@sentry/webpack-plugin/src/index.js:92:21)